mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
11da85f938
A playbook that does `timezone name=Australia/Brisbane` on a host previously in UTC will appear to take 10 hours. Improve the seconds handling for playbooks that take longer than one hour. Improve the hours handling for playbooks that take longer than one day. TZ change before: ``` Playbook run took 0 days, 10 hours, 0 minutes, 36055 seconds ``` After: ``` Playbook run took 0 days, 0 hours, 0 minutes, 55 seconds ``` Sleep for 100s more than one hour before: ``` Playbook run took 0 days, 1 hours, 1 minutes, 3641 seconds ``` After: ``` Playbook run took 0 days, 1 hours, 1 minutes, 41 seconds ``` |
||
---|---|---|
.. | ||
ansible |