From 451a63d067029680ffc79093f3eb86550cda4dc1 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Thu, 20 Feb 2025 01:07:06 -0500 Subject: [PATCH] Anticipate the whims of nerdy forecasters --- lib/nexrad/afos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nexrad/afos.py b/lib/nexrad/afos.py index 4263b6b..d55bf10 100644 --- a/lib/nexrad/afos.py +++ b/lib/nexrad/afos.py @@ -55,7 +55,7 @@ MONTHS = { TIMEZONES = { '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):