ansible.posix/changelogs/fragments
Pablo Méndez Hernández 2f224e6a6a Add option to provide a different date/time format
The new `datetime_format` key will offer the possibility of
providing a different date/time format than the default one
(`'%A %d %B %Y  %H:%M:%S %z'`).

- The `iso8601` value can be used as an `'%Y-%m-%dT%H:%M:%S.%f'`
  alias (format of the ISO 8601 date/time standard).

The code has changed from using the `time` API to the `datetime`
one in order to support sub-second precision (needed by the ISO
8601 format, for example).

Signed-off-by: Pablo Mendez Hernandez <pablomh@redhat.com>
2025-04-17 15:57:00 +02:00
..
.keep Prepare 1.1.1 release 2020-09-02 20:55:04 +00:00
603_bump_version_3.yml Bump version to 3.0.0 for the next release 2024-12-10 17:30:22 +09:00
618_ci_remove_ubuntu2004.yml [CI] Remove ubuntu20.04 from CI tests 2025-03-28 10:04:16 +09:00
626_profile_tasks_datetime_format.yml Add option to provide a different date/time format 2025-04-17 15:57:00 +02:00
631_fixes_module_path.yml Fixes issue related to updating the ansible-core devel branch 2025-04-17 00:11:31 +00:00