summaryrefslogtreecommitdiff
path: root/oslo_utils/timeutils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all usage of six libraryhaixin2020-10-091-6/+6
* Remove monotonic usageSean McGinnis2020-05-041-5/+2
* Don't use monotonic on Python >=3.3Zane Bitter2018-12-051-1/+5
* Trivial: Update pypi url to new url3.36.1Tovin Seven2018-04-201-1/+1
* Fix breaking unit tests due to iso8601 changesJohn L. Villalovos2018-02-061-2/+7
* Remove split conversion to tupleJoshua Harlow2017-05-071-4/+4
* Merge "Add basic docstrings to stopwatch has_started/stopped methods"3.15.0Jenkins2016-06-281-0/+2
|\
| * Add basic docstrings to stopwatch has_started/stopped methodsJoshua Harlow2016-06-281-0/+2
* | Fix flake8 issuesCostin Galan2016-06-171-2/+2
* | Remove method total_seconds in timeuitlsChangBo Guo(gcb)2016-05-241-18/+0
|/
* Fix DeprecationWarning when call method delta_secondsChangBo Guo(gcb)2015-12-161-1/+1
* Merge "Add useful 'time_it' decorator"Jenkins2015-12-021-0/+48
|\
| * Add useful 'time_it' decoratorJoshua Harlow2015-11-131-0/+48
* | deprecate timeutils.total_seconds()ChangBo Guo(gcb)2015-11-251-0/+5
* | Add a bandit target to tox.iniCyril Roelandt2015-11-201-2/+2
* | Use versionadded and versionchanged in docVictor Stinner2015-10-171-4/+36
* | Fix usage of "deprecated" markup in docstringsVictor Stinner2015-10-151-8/+8
|/
* Update docstring on stop watch to reflect monotonic lib. usageJoshua Harlow2015-08-111-3/+3
* Bump monotonic to 0.3 to remove exception catching on importKevin Houdebert2015-08-081-7/+1
* Adding checking around the monotonic importAlbert White2015-07-211-1/+7
* Use monotonic library to avoid finding monotonic time functionJoshua Harlow2015-07-061-13/+1
* timeutils: fix newer/older comparison with TZ aware datetimeJulien Danjou2015-06-031-6/+6
* Replace parse_strtime with parse_isotime in older/newerJulien Danjou2015-06-031-2/+2
* Deprecate strtimeJulien Danjou2015-06-011-1/+17
* timeutils: utcnow() can return a value with a timezoneJulien Danjou2015-05-221-2/+4
* Merge "timeutils: deprecate isotime()"Jenkins2015-05-141-2/+22
|\
| * timeutils: deprecate isotime()Julien Danjou2015-05-131-2/+22
* | Merge "timeutils: make marshall timezone aware"Jenkins2015-05-141-14/+20
|\ \
| * | timeutils: make marshall timezone awareJulien Danjou2015-05-131-14/+20
| |/
* | Denote monotonic import ordering + usageJoshua Harlow2015-04-191-0/+6
|/
* timeutils: avoid passing leap second to datetimeIhar Hrachyshka2015-04-101-1/+8
* Add a stopwatch + split for duration(s)Joshua Harlow2015-03-041-0/+189
* Add microsecond support to iso8601_from_timestampPaul Belanger2015-02-051-2/+2
* Add TimeFixtureBrant Knudson2015-01-161-5/+27
* Add microsecond support to timeutils.utcnow_ts()Paul Belanger2015-01-151-3/+12
* Move files out of the namespace packageDoug Hellmann2015-01-061-0/+210