You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Sam Doran 719c40bfdf
[stable-2.10] facts - fix incorrect time for some date_time_facts (#70665) (#70996)
* [stable-2.10] facts - fix incorrect time for some date_time_facts (#70665)

The iso8601_micro and iso8601 facts incorrectly called now.utcnow(), resulting
in a new timestamp at the time it was called, not a conversion of the previously
stored timestamp.

Correct this by capturing the UTC timestamp once then calculating the local
time using the UTC offset of the current system.

* Use time.time() for getting the current time
* Convert from that stored epoch timestamp to local and UTC times
* Used existing timestamp for epoch time
* Add unit tests that validate the formate of the return value rather than an exact value since mocking time and timezone is non-trivial
(cherry picked from commit c4f442ed5a)

Co-authored-by: Sam Doran <sdoran@redhat.com>

* Remove tests for tz_dst since that only exists in newer versions
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Fix warning for new default permissions when mode is not specified (#70976) (#70985) 5 years ago
lib/ansible_test [stable-2.10] Fix ansible-test relative import analysis. (#70993) 5 years ago
sanity [backport][2.10][PR #70446] Refactor Python API examples and docs (#70850) 5 years ago
support Deprecation revisited (#69926) 6 years ago
units [stable-2.10] facts - fix incorrect time for some date_time_facts (#70665) (#70996) 5 years ago
utils/shippable Remove temporary migration hack from CI scripts. 6 years ago