handlers.py
changeset 116 81da986f6ed5
parent 115 751e3fcd11d2
child 117 f0b4097f5781
--- 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