Skip to content

Commit

Permalink
Add Moscow MSK and Samara SMT, remove Russian RST (#10)
Browse files Browse the repository at this point in the history
* Add Moscow MSK and Samara SMT, remove Russian RST

https://en.wikipedia.org/wiki/Samara_Time
https://en.wikipedia.org/wiki/Moscow_Time

* fix bad indent
  • Loading branch information
hexadecy authored and Dmitriy Filipenko committed Aug 10, 2017
1 parent 61ca745 commit 53a47e0
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions timezones.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,31 @@
"Indian/Mayotte"
]
},
{
"value": "Moscow Standard Time",
"abbr": "MSK",
"offset": 3,
"isdst": false,
"text": "(UTC+03:00) Moscow, St. Petersburg, Volgograd",
"utc": [
"Europe/Kirov",
"Europe/Moscow",
"Europe/Simferopol",
"Europe/Volgograd"
]
},
{
"value": "Samara Time",
"abbr": "SAMT",
"offset": 4,
"isdst": false,
"text": "(UTC+04:00) Samara, Ulyanovsk, Saratov",
"utc": [
"Europe/Astrakhan",
"Europe/Samara",
"Europe/Ulyanovsk"
]
},
{
"value": "Iran Standard Time",
"abbr": "IDT",
Expand Down Expand Up @@ -851,19 +876,6 @@
"Asia/Baku"
]
},
{
"value": "Russian Standard Time",
"abbr": "RST",
"offset": 4,
"isdst": false,
"text": "(UTC+04:00) Moscow, St. Petersburg, Volgograd",
"utc": [
"Europe/Moscow",
"Europe/Samara",
"Europe/Simferopol",
"Europe/Volgograd"
]
},
{
"value": "Mauritius Standard Time",
"abbr": "MST",
Expand Down

0 comments on commit 53a47e0

Please sign in to comment.