Anticipate the whims of nerdy forecasters
This commit is contained in:
parent
a9bdab632d
commit
451a63d067
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue