mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
524d5883b8
Avoid deprecated utcnow().
3 lines
239 B
YAML
3 lines
239 B
YAML
minor_changes:
|
|
- "Use offset-aware ``datetime.datetime`` objects (with timezone UTC) instead of offset-naive UTC timestamps,
|
|
which are deprecated in Python 3.12 (https://github.com/ansible-collections/community.general/pull/8222)."
|