Apply timezone fix to all templates - convert UTC to local time

This commit is contained in:
2025-11-28 15:51:10 +02:00
parent 1fce23d3fd
commit d395240dce
7 changed files with 20 additions and 20 deletions

View File

@@ -123,7 +123,7 @@ body.dark-mode .log-item {
[{{ log.level.upper() }}]
</span>
{{ log.message }}
<small class="secondary-text" style="float: right;">{{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S') }}</small>
<small class="secondary-text" style="float: right;">{{ log.timestamp | localtime('%Y-%m-%d %H:%M:%S') }}</small>
</div>
{% endfor %}
</div>