From: Patrick Canterino Date: Sun, 14 Aug 2022 13:25:56 +0000 (+0200) Subject: Show offset to UTC in note publication date X-Git-Url: https://git.p6c8.net/pcdenotes.git/commitdiff_plain/fafec8ab91f75e40f82b2e9ac40a8abe47eabfa8?ds=sidebyside;hp=8d0195c5ca08c99f0b4a654904e5889ea212cffa Show offset to UTC in note publication date --- diff --git a/notes/templates/note.html b/notes/templates/note.html index d965325..60353b1 100644 --- a/notes/templates/note.html +++ b/notes/templates/note.html @@ -3,5 +3,5 @@

{{ note.title }}

{% if note.is_draft %}

Status: Draft

{% endif %}
{{ note.content|markdown|safe }}
-

Published on {{ note.publication_date|date:"Y-m-d, H:i" }}

+

Published on {{ note.publication_date|date:"Y-m-d, H:i O" }}

\ No newline at end of file