diff examples/tutorial/geddit/templates/comment.html @ 621:734fbb77b579 trunk

Use system default date/time format in templates.
author cmlenz
date Thu, 30 Aug 2007 19:09:28 +0000
parents 756e7418e10c
children abad7c2ebe15
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/comment.html
+++ b/examples/tutorial/geddit/templates/comment.html
@@ -10,7 +10,7 @@
     <h1>Comment on “${link.title}”</h1>
     <p py:if="comment">
       In reply to <strong>${comment.username}</strong>
-      at ${comment.time.strftime('%M/%d/%Y %H:%m')}:
+      at ${comment.time.strftime('%x %X')}:
       <blockquote>${comment.content}</blockquote>
     </p>
     <form action="" method="post">
Copyright (C) 2012-2017 Edgewall Software