Files
gallery-dl/test
Mike Fährmann 3842cdcd8f [formatter] implement 'D' format specifier
To be able to parse any string into a 'datetime' object
and format it as necessary.

Example:

{created_at:D%Y-%m-%dT%H:%M:%S%z}
->
"2010-01-01 00:00:00"

{created_at:D%Y-%m-%dT%H:%M:%S%z/%b %d %Y %I:%M %p}
->
"Jan 01 2010 12:00 AM"

with 'created_at' == "2010-01-01T01:00:00+0100"
2021-11-20 23:04:34 +01:00
..
2015-10-03 14:51:13 +02:00
2021-10-13 04:07:41 +02:00
2020-12-08 21:05:47 +01:00
2021-09-29 23:39:02 +02:00