Files
old-svijetlastrana-front/public/js/vendor/fullcalendar/demos/php/get-timezones.php
2018-05-07 16:07:00 +02:00

9 lines
393 B
PHP
Executable File

<?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());