Skip to content

Commit e67f1fd

Browse files
authored
Updated Istanbul timezone (#495)
Turkish time zone is set to GMT+3[^1] since 2018[^2]. Current label indicates old state. [^1]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones [^2]: https://en.wikipedia.org/wiki/Time_in_Turkey
1 parent ac0512a commit e67f1fd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/timezone-data/src/index.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ const timezoneData: {name: string; label: string}[] = [
120120
label: '(GMT +1:00) West Central Africa'
121121
},
122122
{
123-
name: 'Europe/Istanbul',
124-
label: '(GMT +2:00) Athens, Beirut, Bucharest, Istanbul'
123+
name: 'Europe/Athens',
124+
label: '(GMT +2:00) Athens, Beirut, Bucharest'
125125
},
126126
{
127127
name: 'Africa/Cairo',
@@ -151,6 +151,10 @@ const timezoneData: {name: string; label: string}[] = [
151151
name: 'Asia/Riyadh',
152152
label: '(GMT +3:00) Kuwait, Nairobi, Riyadh'
153153
},
154+
{
155+
name: 'Europe/Istanbul',
156+
label: '(GMT +3:00) Istanbul, Ankara'
157+
},
154158
{
155159
name: 'Europe/Moscow',
156160
label: '(GMT +3:00) Moscow, St. Petersburg, Volgograd'

0 commit comments

Comments
 (0)