📅  最后修改于: 2022-03-11 14:53:45.500000             🧑  作者: Mango
//To Get the list of timezones available in php
//use the static function listIdentifiers() on DateTimeZone class
$list = DateTimeZone::listIdentifiers();
print_r($list)