<?php
print_r( DateTimeZone::listIdentifiers( ) );
?>
Wednesday, February 20, 2013
How to get list of available timezones in php
Labels:
php
Useful Tips and Articles for Programmers
<?php
print_r( DateTimeZone::listIdentifiers( ) );
?>