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"
|