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
658658{ 64904 , "Zulu" } ,
659659{ 64903 , "America/Nuuk" } ,
660660{ 64902 , "Asia/Qostanay" } ,
661+ { 64901 , "Pacific/Kanton" } ,
662+ { 64900 , "Europe/Kyiv" } ,
663+ { 64899 , "America/Ciudad_Juarez" } ,
661664 } ;
662665
663666 // 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
12971300{ "Zulu" , 64904 } ,
12981301{ "America/Nuuk" , 64903 } ,
12991302{ "Asia/Qostanay" , 64902 } ,
1303+ { "Pacific/Kanton" , 64901 } ,
1304+ { "Europe/Kyiv" , 64900 } ,
1305+ { "America/Ciudad_Juarez" , 64899 } ,
13001306 } ;
13011307
13021308 public static readonly string DefaultTimeZoneName = "GMT" ;
You can’t perform that action at this time.
0 commit comments