remove watchfooty
replace lotus with time4tv
This commit is contained in:
doms9 2025-12-22 15:18:13 -05:00
parent 934cd137bb
commit 00000d9c6d
5 changed files with 146 additions and 465 deletions

View file

@ -89,23 +89,22 @@ class Time(datetime):
else:
formats = [
"%B %d, %Y %H:%M",
"%B %d, %Y %I:%M %p",
"%B %d, %Y %I:%M:%S %p",
"%m/%d/%Y %I:%M %p",
"%B %d, %Y %H:%M",
"%B %d, %Y %H:%M:%S",
"%Y-%m-%d",
"%Y-%m-%d %H:%M",
"%Y-%m-%d %H:%M:%S",
"%Y-%m-%d %H:%M %p",
"%Y-%m-%d %I:%M %p",
"%Y-%m-%d %H:%M %p",
"%Y/%m/%d %H:%M",
"%Y/%m/%d %H:%M:%S",
"%m/%d/%Y %H:%M",
"%m/%d/%Y %H:%M:%S",
"%Y-%m-%dT%H:%M:%S",
"%Y/%m/%dT%H:%M:%S.%fZ",
"%Y-%m-%dT%H:%M:%S.%fZ",
"%m/%d/%Y %H:%M",
"%m/%d/%Y %I:%M %p",
"%m/%d/%Y %H:%M:%S",
"%a, %d %b %Y %H:%M:%S %z",
]