Browse Source

Fixed timezones list.

Rafał Pitoń 12 years ago
parent
commit
843cb7a820
1 changed files with 2 additions and 2 deletions
  1. 2 2
      misago/utils/timezones.py

+ 2 - 2
misago/utils/timezones.py

@@ -41,8 +41,8 @@ raw_tz = (
     ('Europe/Athens', _('(UTC+02:00) Eastern European Time'), _('(UTC+03:00) Eastern European Summer Time')),
     ('Europe/Athens', _('(UTC+02:00) Eastern European Time'), _('(UTC+03:00) Eastern European Summer Time')),
     ('Asia/Qatar', _('(UTC+03:00) East Africa Time')),
     ('Asia/Qatar', _('(UTC+03:00) East Africa Time')),
     ('Europe/Minsk', _('(UTC+03:00) Further-eastern European Time')),
     ('Europe/Minsk', _('(UTC+03:00) Further-eastern European Time')),
-    ('Asia/Tehran', _('(UTC+3:30) Iran Time'), _('(UTC+4:30) Iran Time')),
-    ('Europe/Moscow', _('(UTC+4:00) Moscow Standard Time, Georgian Time')),
+    ('Asia/Tehran', _('(UTC+03:30) Iran Time'), _('(UTC+04:30) Iran Time')),
+    ('Europe/Moscow', _('(UTC+04:00) Moscow Standard Time, Georgian Time')),
     ('Asia/Dubai', _('(UTC+04:00) United Arab Emirates Standard Time')),
     ('Asia/Dubai', _('(UTC+04:00) United Arab Emirates Standard Time')),
     ('Asia/Baku', _('(UTC+05:00) Baku, Yerevan'), _('(UTC+06:00) Baku, Yerevan')),
     ('Asia/Baku', _('(UTC+05:00) Baku, Yerevan'), _('(UTC+06:00) Baku, Yerevan')),
     ('Asia/Kabul', _('(UTC+04:30) Afghanistan Standard Time')),
     ('Asia/Kabul', _('(UTC+04:30) Afghanistan Standard Time')),