From 5cf463b3b3fcaf5ffe553f0d9e54d91d87a8d9cd Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 14 Nov 2025 00:04:49 -0800 Subject: [PATCH] Show exact iso timestamp on hover. --- frontends/etiquette_flask/templates/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 59b437e..2c12b85 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -194,7 +194,7 @@
  • Duration: {{photo.duration_string}}
  • Overall bitrate: {{photo.bitrate|int}} kbps
  • {% endif %} -
  • Created {{photo.created|timestamp_to_naturaldate}}
  • +
  • Created {{photo.created|timestamp_to_naturaldate}}
  • {% if photo.sha256 %}
  • SHA256: {{photo.sha256[:16]}}
  • {% endif %}