Project

General

Profile

Actions

Bug #16628

closed

Wrong time format in syslog

Added by John Angel about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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 #1

Updated by Michael Stucki about 18 years ago

I agree, will take care of this.

Actions #2

Updated by Michael Stucki about 18 years ago

Fixed in TYPO3 4.0.3

Actions

Also available in: Atom PDF