[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
repository
/
assets
/
calendar
/
fullcalendar-3.5.1
/
demos
/
php
/
[
Home
]
File: get-timezones.php
<?php //-------------------------------------------------------------------------------------------------- // This script outputs a JSON array of all timezones (like "America/Chicago") that PHP supports. // // Requires PHP 5.2.0 or higher. //-------------------------------------------------------------------------------------------------- echo json_encode(DateTimeZone::listIdentifiers());