Add 'JST' to timezones

master
MrS0m30n3 2017-12-15 20:31:29 +02:00
parent 968f197ee4
commit c8474452da
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ def parse_date(date_string):
# Just a small list with the most common timezones
offset_list = [
("JST", "0900"),
("EEST", "0300"),
("EET", "0200"),
("GMT", "0000"),