diff --git a/templates/wiki.html b/templates/wiki.html
index 64a21bf4..98470444 100644
--- a/templates/wiki.html
+++ b/templates/wiki.html
@@ -14,7 +14,7 @@
{{ converted_md }}
- Ultima modifica di
{{ wiki_log.editor.username }} alle
{{ wiki_log.timestamp.isoformat() }}{% if wiki_log.reason %}, motivo:
{{ wiki_log.reason }}{% endif %}
+ Ultima modifica di
{{ wiki_log.editor.username }} alle
{{ wiki_log.timestamp.strftime('%Y-%m-%d %H:%M:%S %Z') }}{% if wiki_log.reason %}, motivo:
{{ wiki_log.reason }}{% endif %}
{% endif %}
{% if session.get('user_id', '') %}