Opened 18 years ago
Last modified 18 years ago
#1235 closed Bug report
Log file captures logs meant for next day
Reported by: | chrispogi | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | Cc: | chrispogi, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
When Filezilla generates the log file, the cutoff time incorrectly follows the UTC instead of the machine's local time. Hence the logs supposedly for next day's is captured in the log file for that day.
i.e.
fzs-2007-02-12.log 1456KB Text Document 2/13/2007 7:59AM
wherein the last column is the last update date/time of the file. Time is at +8 GMT.
In line 133 of
http://filezilla.cvs.sourceforge.net/filezilla/FileZilla%20Server/source/FileLogger.cpp?view=markup
"getsystemtime" should be "GetLocalTime"
Please refer to forum thread
http://filezilla.sourceforge.net/forum/viewtopic.php?p=11277#11277
Thanks for reporting. This problem will be fixed in the next
version.
A fix has been commited to the CVS repository.