6coloquio/js/fullcalendar/demos/php/get-timezones.php
German Correa 2cf39613da Agrega plenaria de Umberto
Agrega facebbok y comentarios en el sidebar
mejora link de cronograma
2017-11-28 17:23:51 -03:00

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