diff --git a/templates/widgets/w_message.html b/templates/widgets/w_message.html index d5244aa..b8955e2 100644 --- a/templates/widgets/w_message.html +++ b/templates/widgets/w_message.html @@ -1,5 +1,6 @@ {% load static %} {% load tt_chat %} +{% load tz %}
@@ -34,7 +35,7 @@ {% endif %}
- {% if msg %}{{ msg.modifiedDT }}{% else %}{{ ticket.modifiedDT }}{% endif %} + {% if msg %}{{ msg.modifiedDT|localtime }}{% else %}{{ ticket.modifiedDT|localtime }}{% endif %}