# HG changeset patch # User cmlenz # Date 1188500968 0 # Node ID 734fbb77b579a4df52142d78e816e4283a79fe90 # Parent 725488d315f3e826a09cd17d4fd40749c8532930 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 @@