Skip to content

Commit

Permalink
Update Item.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daleyp24 committed Sep 30, 2024
1 parent fbf4d9e commit 975270b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pypodcastparser/Item.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@

# Map of timezone offsets to timezone abbreviations
offset_map = {
"-1200": "IDLW",
"-1100": "NUT",
"-1000": "HST",
"-0930": "MART",
"-0900": "AKST",
"-0800": "PST",
"-0700": "MST",
"-0600": "CST",
"-0500": "EST",
"-0430": "VET",
#"-1200": "IDLW",
#"-1100": "NUT",
#"-1000": "HST",
#"-0930": "MART",
#"-0900": "AKST",
#"-0800": "PST",
#"-0700": "MST",
#"-0600": "CST",
#"-0500": "EST",
#"-0430": "VET",
"-0400": "AST",
"-0330": "NST",
"-0300": "BRT",
Expand Down

0 comments on commit 975270b

Please sign in to comment.