Anticipate the whims of nerdy forecasters

This commit is contained in:
XANTRONIX Industrial 2025-02-20 01:07:06 -05:00
parent a9bdab632d
commit 451a63d067

View file

@ -55,7 +55,7 @@ MONTHS = {
TIMEZONES = { TIMEZONES = {
'HST': -10, 'PST': -8, 'PDT': -7, 'MST': -7, 'MDT': -6, 'CST': -6, 'HST': -10, 'PST': -8, 'PDT': -7, 'MST': -7, 'MDT': -6, 'CST': -6,
'CDT': -5, ' EST': -5, 'EDT': -4, 'GMT': 0 'CDT': -5, ' EST': -5, 'EDT': -4, 'GMT': 0, 'UTC': 0
} }
def parse_lon(text: str): def parse_lon(text: str):