Last active
March 3, 2024 18:35
-
-
Save Davidnadejdin/054f6be4746d5ef890af08a933263f6e to your computer and use it in GitHub Desktop.
Russian timezones on russian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
title: "Калининград (UTC+2)", | |
offset: 2, | |
}, | |
{ | |
title: "Москва (UTC+3)", | |
offset: 3, | |
}, | |
{ | |
title: "Самара (UTC+4)", | |
offset: 4, | |
}, | |
{ | |
title: "Екатеринбург (UTC+5)", | |
offset: 5, | |
}, | |
{ | |
title: "Омск (UTC+6)", | |
offset: 6, | |
}, | |
{ | |
title: "Красноярск", | |
offset: 7, | |
}, | |
{ | |
title: "Иркутск (UTC+8)", | |
offset: 8, | |
}, | |
{ | |
title: "Якутск (UTC+9)", | |
offset: 9, | |
}, | |
{ | |
title: "Владивосток (UTC+10)", | |
offset: 10, | |
}, | |
{ | |
title: "Магадан (UTC+11)", | |
offset: 11, | |
}, | |
{ | |
title: "Камчатска (UTC+12)", | |
offset: 12, | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment