Your IP : 216.73.216.95


Current Path : /var/test/www/html/wp-content/themes/NativeChurch/plugins/fullcalendar/demos/php/
Upload File :
Current File : /var/test/www/html/wp-content/themes/NativeChurch/plugins/fullcalendar/demos/php/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());