mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
e7b30866d0
'datetime.timestamp()', which got used to convert datetime objects to POSIX timestamps, assumes naive datetimes represent LOCAL time, while datetimes in 'date' metadata fields represent UTC time. Ref: https://docs.python.org/3/library/datetime.html#datetime.datetime.timestamp > Naive datetime instances are assumed to represent local time > you can obtain the POSIX timestamp by … calculating the timestamp directly |
||
---|---|---|
.. | ||
__init__.py | ||
test_cache.py | ||
test_config.py | ||
test_cookies.py | ||
test_downloader.py | ||
test_extractor.py | ||
test_formatter.py | ||
test_job.py | ||
test_oauth.py | ||
test_output.py | ||
test_postprocessor.py | ||
test_results.py | ||
test_text.py | ||
test_util.py |