This commit is contained in:
doms9 2025-10-28 13:18:41 -04:00
parent 8e59cd1177
commit 00000d9518

View file

@ -67,6 +67,7 @@ class Time(datetime):
"%Y/%m/%d %H:%M:%S", "%Y/%m/%d %H:%M:%S",
"%m/%d/%Y %H:%M", "%m/%d/%Y %H:%M",
"%m/%d/%Y %H:%M:%S", "%m/%d/%Y %H:%M:%S",
"%m/%d/%Y %I:%M %p",
"%Y/%m/%dT%H:%M:%S.%fZ", "%Y/%m/%dT%H:%M:%S.%fZ",
"%a, %d %b %Y %H:%M:%S %z", "%a, %d %b %Y %H:%M:%S %z",
] ]