Update fullcalendar

This commit is contained in:
2021-04-21 17:26:34 +02:00
parent 5f9565d045
commit dac00ccf3a
109 changed files with 22070 additions and 64 deletions

View File

@ -0,0 +1,9 @@
<?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());