diff -r 751e3fcd11d2 -r 81da986f6ed5 handlers.py --- a/handlers.py Thu Feb 12 00:16:52 2009 +0200 +++ b/handlers.py Thu Feb 12 00:31:34 2009 +0200 @@ -205,6 +205,9 @@ """ Display all log data for the given date """ + + # convert date to user's timezone + date = date.astimezone(request.prefs['timezone']) # print # print "channel_date: date=%s" % date