]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note.html
Show offset to UTC in note publication date
[pcdenotes.git] / notes / templates / note.html
index d965325cc44e4670ba3389a09a3393e8825b04bf..60353b1558daf0e30aafe6fc0d58146efb45897e 100644 (file)
@@ -3,5 +3,5 @@
     <h2><a href="{{ note.get_absolute_url }}"{% if note.is_draft %} class="text-muted"{% endif %}>{{ note.title }}</a></h2>
     {% if note.is_draft %}<p class="fw-bold">Status: Draft</p>{% endif %}
     <div>{{ note.content|markdown|safe }}</div>
-    <p class="publication-date">Published on {{ note.publication_date|date:"Y-m-d, H:i" }}</p>
+    <p class="publication-date">Published on {{ note.publication_date|date:"Y-m-d, H:i O" }}</p>
 </article>
\ No newline at end of file

patrick-canterino.de