Modified utils to implement all time calculations

Added support for oslo.utils.
Added tests for time calculations functions.
Modified code to reflect changes and remove direct usages of timeutils
and datetime.
All calculations are now enforced on UTC datetimes or timestamps.

Change-Id: I2e8add7e9d619c81cdeb25a066ea4e0bf8327792
This commit is contained in:
Stéphane Albert
2014-11-17 19:01:04 +01:00
parent 4cef79f3a8
commit 8c05e1e451
11 changed files with 257 additions and 51 deletions

View File

@@ -1,4 +1,5 @@
hacking>=0.9.2,<0.10
coverage>=3.6
discover
testtools
testscenarios