summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_timeutils.py
Commit message (Expand)AuthorAgeFilesLines
* Removes leading zeros on integers in test_timeutilsZhongyue Luo2013-05-101-13/+13
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* support ISO 8601 micro-second precisionGuang Yee2013-03-041-0/+15
* timeutils: considers that now is soonJulien Danjou2013-01-311-6/+11
* Merge "Replace direct use of testtools BaseTestCase."Jenkins2013-01-281-3/+3
|\
| * Replace direct use of testtools BaseTestCase.Monty Taylor2013-01-241-3/+3
* | Merge "Use testtools as test base class."Jenkins2013-01-281-6/+5
|\|
| * Use testtools as test base class.Monty Taylor2013-01-241-6/+5
* | Merge "UTC ISO8601 from timestamp"Jenkins2013-01-231-0/+7
|\ \
| * | UTC ISO8601 from timestampFlaper Fesp2013-01-211-0/+7
| |/
* / Import timeutils.is_soon from keystoneclientJulien Danjou2013-01-231-0/+6
|/
* Make time comparison functions accept stringsDan Smith2013-01-041-8/+30
* Fix timezone handling in timeutils testsDan Smith2013-01-031-10/+7
* Convenience wrapper for datetime.timedelta.total_seconds()Eoghan Glynn2012-11-191-0/+7
* Added is_newer_than functionSirisha Devineni2012-10-091-0/+12
* Normalize_time() always return naive objectYunhong, Jiang2012-09-131-0/+20
* Support for marshalling datetime while preserving microseconds.SandyWalsh2012-08-101-0/+6
* Use strtime() in to_primitive() for datetime objs.Russell Bryant2012-07-161-0/+6
* Fix utcnow_ts to return UTC timestampZhongyue Luo2012-06-111-1/+4
* Add nova time util functions to timeutilsZhongyue Luo2012-06-061-10/+54
* Create openstack.common.timeutils.Russell Bryant2012-04-041-0/+157