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/units/module_utils
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
4 years ago
..
basic [stable-2.10] Change default file permissions so they are not world readable (#70221) (#70824) 4 years ago
common [stable-2.10] Clean up unit test boilerplate. 4 years ago
facts [stable-2.10] facts - fix incorrect time for some date_time_facts (#70665) (#70996) 4 years ago
json_utils [stable-2.10] Clean up unit test boilerplate. 4 years ago
parsing [stable-2.10] Clean up unit test boilerplate. 4 years ago
urls Add multipart/form-data functionality (#69376) 5 years ago
__init__.py
conftest.py [stable-2.10] Clean up unit test boilerplate. 4 years ago
test_api.py [2.10] api: time.clock compatible code (#70677) 4 years ago
test_distro.py [stable-2.10] Clean up unit test boilerplate. 4 years ago