Renamed directory packages/meteor-fullcalendar to packages/wekan-fullcalendar.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-08-23 05:40:48 +03:00
parent 777c8c1ae1
commit 2d652df176
113 changed files with 1 additions and 1 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());