Browse Source

Add 'JST' to timezones

doc-issue-template
MrS0m30n3 7 years ago
parent
commit
c8474452da
1 changed files with 1 additions and 0 deletions
  1. 1
      devscripts/check-translation.py

1
devscripts/check-translation.py

@ -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"),

Loading…
Cancel
Save