3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = DateTimeZone::listAbbreviations(); foreach ($foo as $bar) { foreach ($bar as $baz) { if ($baz['offset'] === 0) { var_dump($baz); } } }
Output for 7.3.8 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Abidjan" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Accra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bamako" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Banjul" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bissau" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Conakry" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Dakar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Freetown" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(11) "Africa/Lome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Monrovia" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Nouakchott" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Africa/Ouagadougou" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Sao_Tome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Timbuktu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Danmarkshavn" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/St_Helena" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/GMT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Greenwich" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Belfast" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Dublin" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Europe/Gibraltar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Guernsey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Europe/Isle_of_Man" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Jersey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/London" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(2) "GB" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Europe/Bratislava" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Dublin" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Prague" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UCT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Universal" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(8) "Etc/Zulu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Europe/Paris" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Algiers" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Ceuta" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Canary" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Faeroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Atlantic/Faroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Andorra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Brussels" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Lisbon" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Europe/Luxembourg" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Madrid" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Monaco" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> NULL }
Output for 7.0.26 - 7.0.33, 7.1.12 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.7
array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Abidjan" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Accra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bamako" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Banjul" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bissau" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Conakry" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Dakar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Freetown" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(11) "Africa/Lome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Monrovia" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Nouakchott" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Africa/Ouagadougou" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Sao_Tome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Timbuktu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Danmarkshavn" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/St_Helena" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/GMT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Greenwich" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Belfast" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Dublin" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Europe/Gibraltar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Guernsey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Europe/Isle_of_Man" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Jersey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/London" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(2) "GB" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UCT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Universal" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(8) "Etc/Zulu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Europe/Paris" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Algiers" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Casablanca" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Ceuta" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/El_Aaiun" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Canary" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Faeroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Atlantic/Faroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Andorra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Brussels" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Lisbon" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Europe/Luxembourg" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Madrid" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Monaco" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> NULL }
Output for 7.1.0 - 7.1.11
array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Scoresbysund" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Abidjan" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Accra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bamako" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Banjul" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bissau" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Conakry" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Dakar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Freetown" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(11) "Africa/Lome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Monrovia" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Nouakchott" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Africa/Ouagadougou" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Sao_Tome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Timbuktu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Danmarkshavn" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/St_Helena" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/GMT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Greenwich" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Belfast" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Dublin" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Europe/Gibraltar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Guernsey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Europe/Isle_of_Man" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Jersey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/London" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(2) "GB" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UCT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Universal" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(8) "Etc/Zulu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Europe/Paris" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Algiers" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Casablanca" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Ceuta" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/El_Aaiun" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Canary" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Faeroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Atlantic/Faroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Andorra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Brussels" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Lisbon" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Europe/Luxembourg" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Madrid" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Monaco" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> NULL }
Output for 5.6.15 - 5.6.40, 7.0.0 - 7.0.25
array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Scoresbysund" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Abidjan" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Accra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bamako" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Banjul" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bissau" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Conakry" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Dakar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Freetown" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(11) "Africa/Lome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Monrovia" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Nouakchott" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Africa/Ouagadougou" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Sao_Tome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Timbuktu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Danmarkshavn" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/St_Helena" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/GMT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Greenwich" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Belfast" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Dublin" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Europe/Gibraltar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Guernsey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Europe/Isle_of_Man" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Jersey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/London" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(2) "GB" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UCT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Troll" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Universal" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(8) "Etc/Zulu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Europe/Paris" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Algiers" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Casablanca" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Ceuta" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/El_Aaiun" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Canary" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Faeroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Atlantic/Faroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Andorra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Brussels" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Lisbon" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Europe/Luxembourg" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Madrid" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Monaco" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Davis" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(21) "America/Cambridge_Bay" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "America/Inuvik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "America/Iqaluit" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(19) "America/Pangnirtung" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Rankin_Inlet" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "America/Resolute" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(19) "America/Yellowknife" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Casey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(25) "Antarctica/DumontDUrville" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "Antarctica/Macquarie" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Mawson" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Palmer" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Antarctica/Rothera" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Syowa" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Troll" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Vostok" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Indian/Kerguelen" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> NULL }
Output for 5.6.6 - 5.6.14
array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Scoresbysund" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Abidjan" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Accra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bamako" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Banjul" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bissau" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Conakry" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Dakar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Freetown" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(11) "Africa/Lome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Malabo" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Monrovia" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Niamey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Nouakchott" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Africa/Ouagadougou" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Porto-Novo" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Sao_Tome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Timbuktu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Danmarkshavn" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/St_Helena" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/GMT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Greenwich" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Belfast" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Dublin" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Europe/Gibraltar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Guernsey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Europe/Isle_of_Man" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Jersey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/London" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(2) "GB" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UCT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UCT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Troll" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Universal" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(8) "Etc/Zulu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "GMT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Europe/Paris" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Algiers" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Casablanca" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Ceuta" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/El_Aaiun" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Canary" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Faeroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Atlantic/Faroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Andorra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Brussels" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Lisbon" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Europe/Luxembourg" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Madrid" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Monaco" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "WET" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Davis" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(21) "America/Cambridge_Bay" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "America/Inuvik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "America/Iqaluit" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(19) "America/Pangnirtung" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Rankin_Inlet" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "America/Resolute" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(19) "America/Yellowknife" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Casey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(25) "Antarctica/DumontDUrville" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "Antarctica/Macquarie" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Mawson" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Palmer" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Antarctica/Rothera" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Syowa" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Troll" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Vostok" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Indian/Kerguelen" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> NULL }
Output for 5.6.0 - 5.6.5
array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Scoresbysund" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Abidjan" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Accra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bamako" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Banjul" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Bissau" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Conakry" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Dakar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Freetown" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(11) "Africa/Lome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Malabo" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Monrovia" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Africa/Niamey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Nouakchott" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Africa/Ouagadougou" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Porto-Novo" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Sao_Tome" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Timbuktu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Danmarkshavn" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/St_Helena" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/GMT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Greenwich" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Belfast" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Dublin" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Europe/Gibraltar" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Guernsey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Europe/Isle_of_Man" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Jersey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/London" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(2) "GB" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Atlantic/Reykjavik" } array(3) { ["dst"]=> bool(true) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UCT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UCT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Etc/Universal" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(7) "Etc/UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(8) "Etc/Zulu" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "GMT" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "UTC" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/Freetown" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Europe/Paris" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Africa/Algiers" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Africa/Casablanca" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(12) "Africa/Ceuta" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Africa/El_Aaiun" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Azores" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Canary" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Atlantic/Faeroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Atlantic/Faroe" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Atlantic/Madeira" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "Europe/Andorra" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "Europe/Brussels" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Lisbon" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Europe/Luxembourg" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Madrid" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(13) "Europe/Monaco" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(3) "WET" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Davis" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(21) "America/Cambridge_Bay" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(14) "America/Inuvik" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(15) "America/Iqaluit" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(19) "America/Pangnirtung" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "America/Rankin_Inlet" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "America/Resolute" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(19) "America/Yellowknife" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Casey" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(25) "Antarctica/DumontDUrville" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(20) "Antarctica/Macquarie" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Mawson" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Antarctica/McMurdo" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Palmer" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(18) "Antarctica/Rothera" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(21) "Antarctica/South_Pole" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Antarctica/Syowa" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(17) "Antarctica/Vostok" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> string(16) "Indian/Kerguelen" } array(3) { ["dst"]=> bool(false) ["offset"]=> int(0) ["timezone_id"]=> NULL }

preferences:
173.2 ms | 421 KiB | 293 Q