0d6a44a4532d3c8d63b8a7ab6cf1f8bae061c4bc
As opposed to time.locatime, this does not use system timezone when time is frozen in tests. The results should otherwise be identical.
time.locatime
Fixes: https://pagure.io/compose-utils/issue/47
Tested this change, and the tests pass now with my timezone. Thanks!
Pull-Request has been merged by lsedlar
As opposed to
time.locatime, this does not use system timezone when time is frozen in tests. The results should otherwise be identical.Fixes: https://pagure.io/compose-utils/issue/47