Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to get the list of available timezones in php

//To Get the list of timezones available in php
//use the static function listIdentifiers() on DateTimeZone class
$list = DateTimeZone::listIdentifiers();
print_r($list)
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #list #timezones #php
ADD COMMENT
Topic
Name
5+3 =