File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/timezone-data/src Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ const timezoneData: {name: string; label: string}[] = [
120
120
label : '(GMT +1:00) West Central Africa'
121
121
} ,
122
122
{
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'
125
125
} ,
126
126
{
127
127
name : 'Africa/Cairo' ,
@@ -151,6 +151,10 @@ const timezoneData: {name: string; label: string}[] = [
151
151
name : 'Asia/Riyadh' ,
152
152
label : '(GMT +3:00) Kuwait, Nairobi, Riyadh'
153
153
} ,
154
+ {
155
+ name : 'Europe/Istanbul' ,
156
+ label : '(GMT +3:00) Istanbul, Ankara'
157
+ } ,
154
158
{
155
159
name : 'Europe/Moscow' ,
156
160
label : '(GMT +3:00) Moscow, St. Petersburg, Volgograd'
You can’t perform that action at this time.
0 commit comments