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/facts
Sam Doran c4f442ed5a
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
4 years ago
..
fixtures Handle Slackware OS version strings containing a plus (“+”) (#68142) 4 years ago
hardware Clean up unit test boilerplate. 4 years ago
network Clean up unit test boilerplate. 4 years ago
other Clean up unit test boilerplate. 4 years ago
system distribution: Add support for DragonFly (#70748) 4 years ago
__init__.py Facts Timeout was not settable via ansible.cfg 8 years ago
base.py Clean up unit test boilerplate. 4 years ago
test_ansible_collector.py Clean up unit test boilerplate. 4 years ago
test_collector.py Clean up unit test boilerplate. 4 years ago
test_collectors.py Clean up unit test boilerplate. 4 years ago
test_date_time.py facts - fix incorrect time for some date_time_facts (#70665) 4 years ago
test_facts.py setup: Handle CIFS share with backward slash (#70006) 4 years ago
test_timeout.py Clean up unit test boilerplate. 4 years ago
test_utils.py Clean up unit test boilerplate. 4 years ago