where does zLOG get the time it records?
Lines printed to my stupidFileLogger (debug.log) have the time indicated about 4 hours later than my machine is set for. Yet, the INFO messages for the server starting up show the correct time. 2001-10-23T01:59:09 INFO(0) ZServer HTTP server started at Mon Oct 22 21:59:09 2001 Anyone know what I'd have to change to make the time stamp be in the time zone I want? That is, this instead? 2001-10-22T21:59:09 INFO(0) ZServer HTTP server started at Mon Oct 22 21:59:09 2001 Thanks, Lynn
The time is recorded in UTC (GMT)... this is pretty silly IMHO, but nobody has had the chutzpah to change it to something better. There is really no way to make it log localtime without changing the code. - C ----- Original Message ----- From: "Lynn Walton" <waltonl@franklin.edu> To: <zope@zope.org> Sent: Tuesday, October 23, 2001 3:26 AM Subject: [Zope] where does zLOG get the time it records?
Lines printed to my stupidFileLogger (debug.log) have the time indicated about 4 hours later than my machine is set for. Yet, the INFO messages for the server starting up show the correct time.
2001-10-23T01:59:09 INFO(0) ZServer HTTP server started at Mon Oct 22 21:59:09 2001
Anyone know what I'd have to change to make the time stamp be in the time zone I want? That is, this instead? 2001-10-22T21:59:09 INFO(0) ZServer HTTP server started at Mon Oct 22 21:59:09 2001
Thanks, Lynn
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris McDonough -
Lynn Walton