Go to file
Zhongyue Luo 4468550ca7 Replaces functions in utils.py with openstack/common/timeutils.py
Fixes bug #1008628

1. Edit openstack-common.conf and import nova/openstack/common/timeutils.py
2. Move time related functions from utils.py to timeutils.py
3. Replace following functions in utils.py with timeutils.py
- isotime
- parse_isotime
- strtime
- parse_strtime
- normalize_time
- is_older_than
- utcnow_ts
- utcnow
- set_time_override
- advance_time_delta
- advance_time_seconds
- clear_time_override
4. Remove datetime related functions and datetime related unittests

Change-Id: I9a92be286fb071b6237dd39495d88dae106e2ce0
2012-06-16 07:17:01 +08:00
2012-05-22 14:50:44 -07:00
2012-06-07 12:15:42 -04:00
2011-12-08 15:17:51 -08:00
Description
RETIRED, further work has moved to Debian project infrastructure
937 KiB