redeem dashboard now shows in local timezone

This commit is contained in:
2022-09-26 16:51:44 +02:00
parent 1d6bd82ce0
commit 951dc38496
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
</thead>
{% for row in queue %}
<tbody>
<td>{{ row[0].time() }}</td>
<td>{{ row[0].replace(tzinfo=utc_timezone).astimezone().hour}}:{{row[0].replace(tzinfo=utc_timezone).astimezone().minute }}</td>
<td>{{ row[1] }}</td>
<td>{{ row[2] }}</td>
</tbody>