oslo.utils/releasenotes/notes/remove-timeutils-deprecated-helpers-5de68c21dd281529.yaml
Stephen Finucane 76146aaca8 Remove deprecated helpers from oslo_utils.timeutils
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>
2022-05-26 17:52:11 +01:00

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.