Fix timezone to Sydney

This commit is contained in:
Peter Stockings
2026-02-23 08:32:18 +11:00
parent fc94d54d79
commit d6885a8339
4 changed files with 19 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<tr id="checkin-{{ c.id }}">
<td>{{ c.checked_in_at.strftime('%d %b %Y, %H:%M') }}</td>
<td>{{ c.checked_in_at | sydney }}</td>
<td style="font-weight: 600;">{{ '%.1f' % (c.weight_kg | float) }} kg</td>
<td>{{ '%.1f' % (c.bmi | float) if c.bmi else '—' }}</td>
<td>{{ c.notes or '—' }}</td>