Formatting

This commit is contained in:
XANTRONIX 2025-04-09 00:12:50 -04:00
parent 8e850de88f
commit f692b2061c

View file

@ -16,8 +16,8 @@ RE_ISSUANCE = re.compile(r'''
''', re.X)
RE_DATE = re.compile(r'''
^ (?P<hour>\d{1,2})
(?P<minute>\d{2})
^ (?P<hour>\d{1,2})
(?P<minute>\d{2})
\s+ (AM|PM)
\s+ (?P<tz>[A-Z]{3})
\s+ (?P<weekday>[A-Za-z]+)