oslo.utils/oslo_utils
Julien Danjou de017a2dff timeutils: utcnow() can return a value with a timezone
utcnow() used to return a non-timezone-aware timezone, which is terrible
as there is then no way to know if it's a local time object or a UTC
time zone object. This patch changes utcnow() so it can carry that
information in the datetime object.

Change-Id: Ib098ef16063d97e37ff2b9a0fc934f67fd9ed5f3
2015-05-22 11:43:03 -07:00
..
tests Merge "timeutils: make marshall timezone aware" 2015-05-14 11:27:02 +00:00
__init__.py Move files out of the namespace package 2015-01-06 17:07:36 -05:00
_i18n.py Update Oslo imports to remove namespace package 2015-01-21 19:56:45 -05:00
encodeutils.py Add exception_to_unicode() function 2015-05-05 23:50:00 -07:00
eventletutils.py Provide common `fetch_current_thread_functor` function 2015-03-16 15:33:18 -07:00
excutils.py Allow providing a logger to save_and_reraise_exception 2015-02-24 12:58:18 -08:00
fixture.py Add TimeFixture 2015-01-16 16:19:54 -06:00
importutils.py Move files out of the namespace package 2015-01-06 17:07:36 -05:00
netutils.py Utility API to generate EUI-64 IPv6 address 2015-02-18 19:55:28 +00:00
reflection.py Add missing reflection + uuidutils docs 2015-04-13 10:49:20 -07:00
strutils.py Add a new string to the list of masked patterns 2015-03-18 12:37:01 -04:00
timeutils.py timeutils: utcnow() can return a value with a timezone 2015-05-22 11:43:03 -07:00
units.py Move files out of the namespace package 2015-01-06 17:07:36 -05:00
uuidutils.py Add missing reflection + uuidutils docs 2015-04-13 10:49:20 -07:00
versionutils.py Move versionutils into place and remove deprecation tools 2015-04-23 16:26:26 +00:00