Project

General

Profile

Task #94308 ยป local_history1.patch

Dieter Porth, 2021-06-11 07:59

View differences:

web/typo3/sysext/fluid/Classes/ViewHelpers/Format/DateViewHelper.php (date 1623397860220)
}
if ($date === '') {
$date = 'now';
$date = $GLOBALS['EXEC_TIME'] ?? time();
}
if (!$date instanceof \DateTimeInterface) {
    (1-1/1)