[TYPO3-core] FYI: #4348 - Fixed a typo in class.t3lib_div.php
Ernesto Baschny [cron IT]
ernst at cron-it.de
Tue Nov 7 14:10:07 CET 2006
Michael Stucki schrieb:
> This is an obvious bug. See patch for details.
>
> Branches: TYPO3_4-0 and Trunk
>
> Bugtracker reference:
> http://bugs.typo3.org/view.php?idC48
+1 from me too.
- fwrite($file, date('d/m/Y i:H').$msgLine.chr(10));
+ fwrite($file, date('d/m/Y H:i').$msgLine.chr(10));
Let's hope nobody is parsing the generated syslog files and switching
the i:H in their parsing process. This should be noted in the ChangeLog
or in the release notes.
And while we are changing this, couldn't we output the date in a more
ISO-friendly format like "Y-m-d H:i"? I mean, come on, "d/m/Y"??? ;)
Cheers,
Ernesto
More information about the TYPO3-team-core
mailing list