Actions
Bug #16628
closedWrong time format in syslog
Start date:
2006-10-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
cms/t3lib/class.t3lib_div.php:4400
Instead:
fwrite($file, date('d/m/Y i:H').$msgLine.chr(10));
there should be:
fwrite($file, date('d/m/Y H:i').$msgLine.chr(10));
(issue imported from #M4348)
Actions