summaryrefslogtreecommitdiffstats
path: root/openstack/common/timeutils.py
Commit message (Expand)AuthorAgeFilesLines
* python3: Add python3 compatibility.Chuck Short2013-06-271-2/+3
* Enable hacking H404 test.Dina Belova2013-06-111-6/+6
* Enable hacking H402 testSergey Lukjanov2013-06-031-4/+4
* Enable hacking H403 testSergey Lukjanov2013-05-301-1/+2
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* support ISO 8601 micro-second precisionGuang Yee2013-03-041-6/+10
* timeutils: considers that now is soonJulien Danjou2013-01-311-1/+1
* Merge "UTC ISO8601 from timestamp"Jenkins2013-01-231-0/+5
|\
| * UTC ISO8601 from timestampFlaper Fesp2013-01-211-0/+5
* | Import timeutils.is_soon from keystoneclientJulien Danjou2013-01-231-0/+13
|/
* Use basestring instead of str for type check.Flaper Fesp2013-01-041-2/+2
* Make time comparison functions accept stringsDan Smith2013-01-041-0/+4
* Account for tasks duration in LoopingCall delayEoghan Glynn2012-11-191-3/+13
* Convenience wrapper for datetime.timedelta.total_seconds()Eoghan Glynn2012-11-191-0/+13
* Added is_newer_than functionSirisha Devineni2012-10-091-0/+5
* Normalize_time() always return naive objectYunhong, Jiang2012-09-131-2/+4
* Use pep8 v1.3.3Zhongyue Luo2012-09-131-3/+7
* Fix spelling typosRongzeZhu2012-08-171-2/+2
* Support for marshalling datetime while preserving microseconds.SandyWalsh2012-08-101-0/+18
* Remove unused importsJoe Gordon2012-07-261-1/+0
* Fix utcnow_ts to return UTC timestampZhongyue Luo2012-06-111-1/+2
* Add nova time util functions to timeutilsZhongyue Luo2012-06-061-0/+35
* Replace datetime.utcnow with timeutils.utcnowZhongyue Luo2012-06-051-1/+1
* Create openstack.common.timeutils.Russell Bryant2012-04-041-0/+73