Files
jubaboxweb/wwwjuba/app-assets/data/fullcalendar/php/get-timezones.php
T
2019-08-26 13:45:20 -04:00

9 lines
401 B
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());