76146aaca8
Remove the 'isotime', 'strtime' and 'iso8601_from_timestamp' helpers from 'oslo_utils.timeutils'. These are all available in the stdlib now. Change-Id: If4afb9242b14c48cc70e409463865b7b644a919f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
8 lines
200 B
YAML
8 lines
200 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``isotime``, ``strtime`` and ``iso8601_from_timestamp`` helpers have
|
|
been removed from ``oslo_utils.timeutils``. These are all available in the
|
|
stdlib in Python 3.
|
|
|