Actions
Bug #69335
closedDateViewHelper treats date="now" incorrectly, if 'base' is not set
Start date:
2015-08-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Hi,
I've upgraded TYPO3 from 7.3.1 to 7.4 and output of year in footer copyright became incorrect.
I'm doing it with such a VH call:
{f:format.date(date: 'now', format : 'Y')}
With 7.3.1 it outputs "2015"
With 7.4. - output always different and may be, e.g. "8034"
The problem in introduced 'base' parameter #68022
Now I'm forced to provide it:
{f:format.date(date: 'now', format : 'Y', base: 'now')}
Is it expected usage or it is an issue?
Actions