[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/twisted/log.txt Sigh,
date formatting is timezone specific.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Oct 8 18:28:00 EDT 2005
Log message for revision 38980:
Sigh, date formatting is timezone specific.
Changed:
U Zope3/trunk/src/zope/app/twisted/log.txt
-=-
Modified: Zope3/trunk/src/zope/app/twisted/log.txt
===================================================================
--- Zope3/trunk/src/zope/app/twisted/log.txt 2005-10-08 21:42:07 UTC (rev 38979)
+++ Zope3/trunk/src/zope/app/twisted/log.txt 2005-10-08 22:27:59 UTC (rev 38980)
@@ -75,7 +75,7 @@
>>> twisted.python.log.msg(**eventDict)
>>> print logfile.getvalue() #doctest: +ELLIPSIS
- 127.0.0.1 - - [29/Jun/2005:...] "GET /index.html HTTP/1.1" 200 300 "-" "-"
+ 127.0.0.1 - - [2.../Jun/2005:...] "GET /index.html HTTP/1.1" 200 300 "-" "-"
<BLANKLINE>
If I now set the `referer` and `user-agent` headers, we get some more output:
@@ -88,7 +88,7 @@
>>> twisted.python.log.msg(**eventDict)
>>> print logfile.getvalue() #doctest: +ELLIPSIS
- 127.0.0.1 - - [29/Jun/2005:...] "GET /index.html HTTP/1.1" 200 300
+ 127.0.0.1 - - [2.../Jun/2005:...] "GET /index.html HTTP/1.1" 200 300
"http://localhost:8080/manage" "Mozilla 1.7"
<BLANKLINE>
More information about the Zope3-Checkins
mailing list