@@ -736,7 +736,7 @@ static const struct
736
736
/*
737
737
* This list was built from the contents of the registry at
738
738
* HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time
739
- * Zones on Windows 10 and Windows 7 .
739
+ * Zones on Windows 7, Windows 10, and Windows Server 2019 .
740
740
*
741
741
* The zones have been matched to IANA timezones by looking at the cities
742
742
* listed in the win32 display name (in the comment here) in most cases.
@@ -938,7 +938,7 @@ static const struct
938
938
"Australia/Brisbane"
939
939
},
940
940
{
941
- /* (UTC+02:00) E. Europe */
941
+ /* (UTC+02:00) Chisinau */
942
942
"E. Europe Standard Time" , "E. Europe Daylight Time" ,
943
943
"Europe/Bucharest"
944
944
},
@@ -988,7 +988,7 @@ static const struct
988
988
"Asia/Tbilisi"
989
989
},
990
990
{
991
- /* (UTC) Dublin, Edinburgh, Lisbon, London */
991
+ /* (UTC+00:00 ) Dublin, Edinburgh, Lisbon, London */
992
992
"GMT Standard Time" , "GMT Daylight Time" ,
993
993
"Europe/London"
994
994
},
@@ -998,7 +998,7 @@ static const struct
998
998
"America/Godthab"
999
999
},
1000
1000
{
1001
- /* (UTC) Monrovia, Reykjavik */
1001
+ /* (UTC+00:00 ) Monrovia, Reykjavik */
1002
1002
"Greenwich Standard Time" , "Greenwich Daylight Time" ,
1003
1003
"Africa/Casablanca"
1004
1004
},
@@ -1063,10 +1063,15 @@ static const struct
1063
1063
"Australia/Lord_Howe"
1064
1064
},
1065
1065
{
1066
- /* (UTC+10 :00) Magadan */
1066
+ /* (UTC+11 :00) Magadan */
1067
1067
"Magadan Standard Time" , "Magadan Daylight Time" ,
1068
1068
"Asia/Magadan"
1069
1069
},
1070
+ {
1071
+ /* (UTC-03:00) Punta Arenas */
1072
+ "Magallanes Standard Time" , "Magallanes Daylight Time" ,
1073
+ "America/Punta_Arenas"
1074
+ },
1070
1075
{
1071
1076
/* (UTC-09:30) Marquesas Islands */
1072
1077
"Marquesas Standard Time" , "Marquesas Daylight Time" ,
@@ -1103,7 +1108,7 @@ static const struct
1103
1108
"America/Montevideo"
1104
1109
},
1105
1110
{
1106
- /* (UTC) Casablanca */
1111
+ /* (UTC+01:00 ) Casablanca */
1107
1112
"Morocco Standard Time" , "Morocco Daylight Time" ,
1108
1113
"Africa/Casablanca"
1109
1114
},
@@ -1128,7 +1133,7 @@ static const struct
1128
1133
"Asia/Novosibirsk"
1129
1134
},
1130
1135
{
1131
- /* (UTC+01 :00) Windhoek */
1136
+ /* (UTC+02 :00) Windhoek */
1132
1137
"Namibia Standard Time" , "Namibia Daylight Time" ,
1133
1138
"Africa/Windhoek"
1134
1139
},
@@ -1163,12 +1168,22 @@ static const struct
1163
1168
"Asia/Krasnoyarsk"
1164
1169
},
1165
1170
{
1166
- /* (UTC+08:30 ) Pyongyang */
1171
+ /* (UTC+09:00 ) Pyongyang */
1167
1172
"North Korea Standard Time" , "North Korea Daylight Time" ,
1168
1173
"Asia/Pyongyang"
1169
1174
},
1170
1175
{
1171
- /* (UTC-03:00) Santiago */
1176
+ /* (UTC+07:00) Novosibirsk */
1177
+ "Novosibirsk Standard Time" , "Novosibirsk Daylight Time" ,
1178
+ "Asia/Novosibirsk"
1179
+ },
1180
+ {
1181
+ /* (UTC+06:00) Omsk */
1182
+ "Omsk Standard Time" , "Omsk Daylight Time" ,
1183
+ "Asia/Omsk"
1184
+ },
1185
+ {
1186
+ /* (UTC-04:00) Santiago */
1172
1187
"Pacific SA Standard Time" , "Pacific SA Daylight Time" ,
1173
1188
"America/Santiago"
1174
1189
},
@@ -1192,28 +1207,33 @@ static const struct
1192
1207
"Paraguay Standard Time" , "Paraguay Daylight Time" ,
1193
1208
"America/Asuncion"
1194
1209
},
1210
+ {
1211
+ /* (UTC+05:00) Qyzylorda */
1212
+ "Qyzylorda Standard Time" , "Qyzylorda Daylight Time" ,
1213
+ "Asia/Qyzylorda"
1214
+ },
1195
1215
{
1196
1216
/* (UTC+01:00) Brussels, Copenhagen, Madrid, Paris */
1197
1217
"Romance Standard Time" , "Romance Daylight Time" ,
1198
1218
"Europe/Brussels"
1199
1219
},
1200
1220
{
1201
- /* (UTC+02:00) Kaliningrad (RTZ 1) */
1221
+ /* (UTC+02:00) Kaliningrad */
1202
1222
"Russia TZ 1 Standard Time" , "Russia TZ 1 Daylight Time" ,
1203
1223
"Europe/Kaliningrad"
1204
1224
},
1205
1225
{
1206
- /* (UTC+03:00) Moscow, St. Petersburg, Volgograd (RTZ 2) */
1226
+ /* (UTC+03:00) Moscow, St. Petersburg */
1207
1227
"Russia TZ 2 Standard Time" , "Russia TZ 2 Daylight Time" ,
1208
1228
"Europe/Moscow"
1209
1229
},
1210
1230
{
1211
- /* (UTC+04:00) Izhevsk, Samara (RTZ 3) */
1231
+ /* (UTC+04:00) Izhevsk, Samara */
1212
1232
"Russia TZ 3 Standard Time" , "Russia TZ 3 Daylight Time" ,
1213
1233
"Europe/Samara"
1214
1234
},
1215
1235
{
1216
- /* (UTC+05:00) Ekaterinburg (RTZ 4) */
1236
+ /* (UTC+05:00) Ekaterinburg */
1217
1237
"Russia TZ 4 Standard Time" , "Russia TZ 4 Daylight Time" ,
1218
1238
"Asia/Yekaterinburg"
1219
1239
},
@@ -1223,32 +1243,32 @@ static const struct
1223
1243
"Asia/Novosibirsk"
1224
1244
},
1225
1245
{
1226
- /* (UTC+07:00) Krasnoyarsk (RTZ 6) */
1246
+ /* (UTC+07:00) Krasnoyarsk */
1227
1247
"Russia TZ 6 Standard Time" , "Russia TZ 6 Daylight Time" ,
1228
1248
"Asia/Krasnoyarsk"
1229
1249
},
1230
1250
{
1231
- /* (UTC+08:00) Irkutsk (RTZ 7) */
1251
+ /* (UTC+08:00) Irkutsk */
1232
1252
"Russia TZ 7 Standard Time" , "Russia TZ 7 Daylight Time" ,
1233
1253
"Asia/Irkutsk"
1234
1254
},
1235
1255
{
1236
- /* (UTC+09:00) Yakutsk (RTZ 8) */
1256
+ /* (UTC+09:00) Yakutsk */
1237
1257
"Russia TZ 8 Standard Time" , "Russia TZ 8 Daylight Time" ,
1238
1258
"Asia/Yakutsk"
1239
1259
},
1240
1260
{
1241
- /* (UTC+10:00) Vladivostok, Magadan (RTZ 9) */
1261
+ /* (UTC+10:00) Vladivostok */
1242
1262
"Russia TZ 9 Standard Time" , "Russia TZ 9 Daylight Time" ,
1243
1263
"Asia/Vladivostok"
1244
1264
},
1245
1265
{
1246
- /* (UTC+11:00) Chokurdakh (RTZ 10) */
1266
+ /* (UTC+11:00) Chokurdakh */
1247
1267
"Russia TZ 10 Standard Time" , "Russia TZ 10 Daylight Time" ,
1248
1268
"Asia/Magadan"
1249
1269
},
1250
1270
{
1251
- /* (UTC+12:00) Anadyr, Petropavlovsk-Kamchatsky (RTZ 11) */
1271
+ /* (UTC+12:00) Anadyr, Petropavlovsk-Kamchatsky */
1252
1272
"Russia TZ 11 Standard Time" , "Russia TZ 11 Daylight Time" ,
1253
1273
"Asia/Anadyr"
1254
1274
},
@@ -1282,6 +1302,16 @@ static const struct
1282
1302
"Samoa Standard Time" , "Samoa Daylight Time" ,
1283
1303
"Pacific/Samoa"
1284
1304
},
1305
+ {
1306
+ /* (UTC+00:00) Sao Tome */
1307
+ "Sao Tome Standard Time" , "Sao Tome Daylight Time" ,
1308
+ "Africa/Sao_Tome"
1309
+ },
1310
+ {
1311
+ /* (UTC+04:00) Saratov */
1312
+ "Saratov Standard Time" , "Saratov Daylight Time" ,
1313
+ "Europe/Saratov"
1314
+ },
1285
1315
{
1286
1316
/* (UTC+07:00) Bangkok, Hanoi, Jakarta */
1287
1317
"SE Asia Standard Time" , "SE Asia Daylight Time" ,
@@ -1307,6 +1337,11 @@ static const struct
1307
1337
"Sri Lanka Standard Time" , "Sri Lanka Daylight Time" ,
1308
1338
"Asia/Colombo"
1309
1339
},
1340
+ {
1341
+ /* (UTC+02:00) Khartoum */
1342
+ "Sudan Standard Time" , "Sudan Daylight Time" ,
1343
+ "Africa/Khartoum"
1344
+ },
1310
1345
{
1311
1346
/* (UTC+02:00) Damascus */
1312
1347
"Syria Standard Time" , "Syria Daylight Time" ,
@@ -1348,12 +1383,12 @@ static const struct
1348
1383
"Asia/Chita"
1349
1384
},
1350
1385
{
1351
- /* (UTC+02 :00) Istanbul */
1386
+ /* (UTC+03 :00) Istanbul */
1352
1387
"Turkey Standard Time" , "Turkey Daylight Time" ,
1353
1388
"Europe/Istanbul"
1354
1389
},
1355
1390
{
1356
- /* (UTC-04 :00) Turks and Caicos */
1391
+ /* (UTC-05 :00) Turks and Caicos */
1357
1392
"Turks and Caicos Standard Time" , "Turks and Caicos Daylight Time" ,
1358
1393
"America/Grand_Turk"
1359
1394
},
@@ -1382,6 +1417,11 @@ static const struct
1382
1417
"UTC+12" , "UTC+12" ,
1383
1418
"Etc/GMT+12"
1384
1419
},
1420
+ {
1421
+ /* (UTC+13:00) Coordinated Universal Time+13 */
1422
+ "UTC+13" , "UTC+13" ,
1423
+ "Etc/GMT+13"
1424
+ },
1385
1425
{
1386
1426
/* (UTC-02:00) Coordinated Universal Time-02 */
1387
1427
"UTC-02" , "UTC-02" ,
@@ -1403,7 +1443,7 @@ static const struct
1403
1443
"Etc/GMT-11"
1404
1444
},
1405
1445
{
1406
- /* (UTC-04:30 ) Caracas */
1446
+ /* (UTC-04:00 ) Caracas */
1407
1447
"Venezuela Standard Time" , "Venezuela Daylight Time" ,
1408
1448
"America/Caracas" ,
1409
1449
},
@@ -1412,6 +1452,11 @@ static const struct
1412
1452
"Vladivostok Standard Time" , "Vladivostok Daylight Time" ,
1413
1453
"Asia/Vladivostok"
1414
1454
},
1455
+ {
1456
+ /* (UTC+04:00) Volgograd */
1457
+ "Volgograd Standard Time" , "Volgograd Daylight Time" ,
1458
+ "Europe/Volgograd"
1459
+ },
1415
1460
{
1416
1461
/* (UTC+08:00) Perth */
1417
1462
"W. Australia Standard Time" , "W. Australia Daylight Time" ,
0 commit comments