mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 05:43:06 +00:00
Fix time code to work in timezones other than UTC, and add tests in multiple timezones (#810)
* Add tests in multiple timezones. * Fix get_epoch_seconds() for timestamps without timezones. * Add changelog fragment. * Pin version for Python 2.6.
This commit is contained in:
2
changelogs/fragments/810-time.yml
Normal file
2
changelogs/fragments/810-time.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "time module utils - fix conversion of naive ``datetime`` objects to UNIX timestamps for Python 3 (https://github.com/ansible-collections/community.crypto/issues/808, https://github.com/ansible-collections/community.crypto/pull/810)."
|
||||
Reference in New Issue
Block a user