ext-calendar
ext-calendar copied to clipboard
It is not safe to rely on the system's timezone settings
The timestamp functions must (by definition) use the local timezone.
But if it is not defined in php.ini
then calls to date()
and date_default_timezone_get()
trigger a PHP warning.
Since the native versions of easter_date()
and jdtounixtime()
do not give these warnings, we shouldn't either.