Task #94308 ยป local_history1.patch
web/typo3/sysext/fluid/Classes/ViewHelpers/Format/DateViewHelper.php (date 1623397860220) | ||
---|---|---|
}
|
||
if ($date === '') {
|
||
$date = 'now';
|
||
$date = $GLOBALS['EXEC_TIME'] ?? time();
|
||
}
|
||
if (!$date instanceof \DateTimeInterface) {
|