ComunicWeb/assets/3rdparty/fullcalendar/examples/php/get-time-zones.php

9 lines
393 B
PHP
Raw Permalink Normal View History

2021-04-21 15:26:34 +00:00
<?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());