@@ -28,9 +28,6 @@ const char* GeoIP_time_zone_by_country_and_region(const char * country,const cha
28
28
else if ( strcmp (country , "AM" ) == 0 ) {
29
29
timezone = "Asia/Yerevan" ;
30
30
}
31
- else if ( strcmp (country , "AN" ) == 0 ) {
32
- timezone = "America/Curacao" ;
33
- }
34
31
else if ( strcmp (country , "AO" ) == 0 ) {
35
32
timezone = "Africa/Luanda" ;
36
33
}
@@ -188,6 +185,9 @@ const char* GeoIP_time_zone_by_country_and_region(const char * country,const cha
188
185
else if ( strcmp (country , "BO" ) == 0 ) {
189
186
timezone = "America/La_Paz" ;
190
187
}
188
+ else if ( strcmp (country , "BQ" ) == 0 ) {
189
+ timezone = "America/Curacao" ;
190
+ }
191
191
else if ( strcmp (country , "BR" ) == 0 ) {
192
192
if ( strcmp (region , "01" ) == 0 ) {
193
193
timezone = "America/Rio_Branco" ;
@@ -481,6 +481,9 @@ const char* GeoIP_time_zone_by_country_and_region(const char * country,const cha
481
481
else if ( strcmp (country , "CV" ) == 0 ) {
482
482
timezone = "Atlantic/Cape_Verde" ;
483
483
}
484
+ else if ( strcmp (country , "CW" ) == 0 ) {
485
+ timezone = "America/Curacao" ;
486
+ }
484
487
else if ( strcmp (country , "CX" ) == 0 ) {
485
488
timezone = "Indian/Christmas" ;
486
489
}
@@ -653,9 +656,6 @@ const char* GeoIP_time_zone_by_country_and_region(const char * country,const cha
653
656
else if ( strcmp (country , "FR" ) == 0 ) {
654
657
timezone = "Europe/Paris" ;
655
658
}
656
- else if ( strcmp (country , "FX" ) == 0 ) {
657
- timezone = "Europe/Paris" ;
658
- }
659
659
else if ( strcmp (country , "GA" ) == 0 ) {
660
660
timezone = "Africa/Libreville" ;
661
661
}
@@ -1695,6 +1695,9 @@ const char* GeoIP_time_zone_by_country_and_region(const char * country,const cha
1695
1695
else if ( strcmp (country , "SV" ) == 0 ) {
1696
1696
timezone = "America/El_Salvador" ;
1697
1697
}
1698
+ else if ( strcmp (country , "SX" ) == 0 ) {
1699
+ timezone = "America/Curacao" ;
1700
+ }
1698
1701
else if ( strcmp (country , "SY" ) == 0 ) {
1699
1702
timezone = "Asia/Damascus" ;
1700
1703
}
0 commit comments