Skip to content

Commit

Permalink
last tzs
Browse files Browse the repository at this point in the history
  • Loading branch information
daleyp24 committed Oct 3, 2024
1 parent f003f85 commit 74c7782
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 74c7782

Please sign in to comment.