OpenStack library utils
Go to file
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
doc/source Add missing reflection + uuidutils docs 2015-04-13 10:49:20 -07:00
oslo Move files out of the namespace package 2015-01-06 17:07:36 -05:00
oslo.utils/locale Imported Translations from Transifex 2015-05-03 06:12:36 +00:00
oslo_utils timeutils: utcnow() can return a value with a timezone 2015-05-22 11:43:03 -07:00
tests timeutils: utcnow() can return a value with a timezone 2015-05-22 11:43:03 -07:00
tools Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.gitignore exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.gitreview exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.testr.conf Get the tox tests working 2014-06-18 23:12:10 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
README.rst Add pypi download + version badges 2015-04-07 18:19:37 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
openstack-common.conf Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
requirements.txt timeutils: deprecate isotime() 2015-05-13 17:13:26 +02:00
setup.cfg Advertise support for Python3.4 / Remove support for Python 3.3 2015-05-10 19:22:25 -04:00
setup.py Updated from global requirements 2014-08-30 08:35:42 +00:00
test-requirements.txt Uncap library requirements for liberty 2015-04-16 18:09:46 +00:00
tox.ini Advertise support for Python3.4 / Remove support for Python 3.3 2015-05-10 19:22:25 -04:00

README.rst

oslo.utils

Latest Version

Downloads

The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.