File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/FirebirdSql.Data.FirebirdClient/Common Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -658,6 +658,9 @@ internal class TimeZoneMapping
658
658
{ 64904 , "Zulu" } ,
659
659
{ 64903 , "America/Nuuk" } ,
660
660
{ 64902 , "Asia/Qostanay" } ,
661
+ { 64901 , "Pacific/Kanton" } ,
662
+ { 64900 , "Europe/Kyiv" } ,
663
+ { 64899 , "America/Ciudad_Juarez" } ,
661
664
} ;
662
665
663
666
// select '{ "' || trim(rdb$time_zone_name) || '", ' || rdb$time_zone_id || ' },' from rdb$time_zones order by rdb$time_zone_id desc;
@@ -1297,6 +1300,9 @@ internal class TimeZoneMapping
1297
1300
{ "Zulu" , 64904 } ,
1298
1301
{ "America/Nuuk" , 64903 } ,
1299
1302
{ "Asia/Qostanay" , 64902 } ,
1303
+ { "Pacific/Kanton" , 64901 } ,
1304
+ { "Europe/Kyiv" , 64900 } ,
1305
+ { "America/Ciudad_Juarez" , 64899 } ,
1300
1306
} ;
1301
1307
1302
1308
public static readonly string DefaultTimeZoneName = "GMT" ;
You can’t perform that action at this time.
0 commit comments