Files
gallery-dl/gallery_dl
Mike Fährmann aac00a2024 add 'd' conversion for format strings
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"
2021-01-09 01:58:44 +01:00
..
2020-10-25 03:05:10 +01:00
2020-11-28 18:18:49 +01:00
2021-01-07 19:07:05 +01:00
2020-05-19 22:32:53 +02:00
2021-01-09 01:58:44 +01:00