1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-01-17 04:31:00 +00:00
ComunicWeb/assets/3rdparty/fullcalendar/examples/php/get-time-zones.php

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