summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 461b2bb)
raw | patch | inline | side by side (parent: 461b2bb)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 30 Jan 2010 22:46:27 +0000 (22:46 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 30 Jan 2010 22:46:27 +0000 (22:46 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4437 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/templating.py | patch | blob | history |
index 047dfedab158c7b003a0fa439439bab7fa3025c0..ff354da48a38aba839a93f4c093135ee2748b338 100644 (file)
html will simply be a table.
"""
- tz = request.client.db.getUserTimezone())
+ tz = request.client.db.getUserTimezone()
current_date = date.Date(".").local(tz)
date_str = request.form.getfirst("date", current_date)
display = request.form.getfirst("display", date_str)