mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Fixes #5096 - Cron timezone issue. eShims::strftime issue. CronParser test added.
This commit is contained in:
@@ -69,7 +69,7 @@ trait StrftimeTrait
|
||||
self::getSensibleLocale(),
|
||||
\IntlDateFormatter::NONE,
|
||||
\IntlDateFormatter::NONE,
|
||||
null,
|
||||
'GMT'.date('O'), // More accurate timezone. @see https://stackoverflow.com/questions/31707395/why-php-intldateformatter-returns-wrong-date-1-hour
|
||||
null,
|
||||
$format
|
||||
);
|
||||
|
Reference in New Issue
Block a user