# HG changeset patch # User cmlenz # Date 1188500968 0 # Node ID d218020fb92aced753c92f23b176b8873632ff67 # Parent f007a645dfd0c26dc8ba862abd8ff64bafb09a99 Use system default date/time format in templates. diff --git a/examples/tutorial/geddit/templates/comment.html b/examples/tutorial/geddit/templates/comment.html --- a/examples/tutorial/geddit/templates/comment.html +++ b/examples/tutorial/geddit/templates/comment.html @@ -10,7 +10,7 @@

Comment on “${link.title}”

In reply to ${comment.username} - at ${comment.time.strftime('%M/%d/%Y %H:%m')}: + at ${comment.time.strftime('%x %X')}:

${comment.content}

diff --git a/examples/tutorial/geddit/templates/index.html b/examples/tutorial/geddit/templates/index.html --- a/examples/tutorial/geddit/templates/index.html +++ b/examples/tutorial/geddit/templates/index.html @@ -13,7 +13,7 @@