php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #67230
Patch tz.patch revision 2014-05-08 03:45 UTC by anthon at piwik dot org

Patch tz.patch for geoip Bug #67230

Patch version 2014-05-08 03:45 UTC

Return to Bug #67230 | Download this patch
Patch Revisions:

Developer: anthon@piwik.org

Index: tests/013.phpt
===================================================================
--- tests/013.phpt	(revision 333498)
+++ tests/013.phpt	(working copy)
@@ -7,9 +7,9 @@
 --FILE--
 <?php
 
-var_dump(geoip_time_zone_by_country_and_region('CA','QC'));
+var_dump(geoip_time_zone_by_country_and_region('CA','BC'));
 var_dump(geoip_time_zone_by_country_and_region('JP','01'));
 ?>
 --EXPECT--
-string(16) "America/Montreal"
+string(17) "America/Vancouver"
 string(10) "Asia/Tokyo"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC