Blame view

src/main/webapp/libs/fullcalendar-3.10.0/demos/php/get-timezones.php 393 Bytes
caiyongsong committed
1 2 3 4 5 6 7 8 9
<?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());