Actions
Bug #55591
closedDon't compute amount of seconds
Start date:
2014-02-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There are many places in the core where the amount of secons is computed, e.g. 24 * 3600 * 7 (7 Days). Instead of computing this for every call, the evaluated number should directly be used.
Actions