mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
aac00a2024
to convert a timestamp to a formattable 'datetime' object. For example '{created_at!d:%Y-%m-%d}' transforms the timestamp in 'created_at' into a 'datetime' object and then formats its content using '%Y-%m-%d' as template. 1262304000 -> datetime(2010, 1, 1) -> "2010-01-01" |
||
---|---|---|
.. | ||
__init__.py | ||
test_cache.py | ||
test_config.py | ||
test_cookies.py | ||
test_downloader.py | ||
test_extractor.py | ||
test_oauth.py | ||
test_postprocessor.py | ||
test_results.py | ||
test_text.py | ||
test_util.py |