Skip to content

Commit b653d88

Browse files
Drew JoseyDrew Josey
authored andcommitted
adding new zealand
1 parent 0bd1c71 commit b653d88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pypodcastparser/Item.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ def set_published_date(self, tag):
268268
elif "+1000" in self.published_date:
269269
published_date_timezone = "AEST"
270270
deconstructed_date.pop()
271+
elif "+1200" in self.published_date:
272+
published_date_timezone = "NZST"
273+
deconstructed_date.pop()
271274
else:
272275
published_date_timezone = "EST"
273276

0 commit comments

Comments
 (0)