From c8f55427086f0d5152a48361c8fe0984c7e726d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Leite?= Date: Wed, 29 Jul 2026 13:11:34 -0300 Subject: [PATCH 1/2] fix: render admin timestamps in the viewer's timezone (#1041) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The audit log on hugo showed every event three hours in the future. Not corrupt data — the DB stores UTC, which is right — but the templates interpolated `DateTime` straight into the page, and chrono's `format` prints the wall clock OF THE VALUE. A UTC−3 operator therefore read UTC. Five screens carried the same defect: audit, user activity, apps (updated at), credentials and users. The date-only columns hid it except between 21h and midnight local, which is why only the audit log — seconds precision, recent events — got reported. Fixed client-side rather than with a server timezone setting: box and hugo would each need configuring, and operators can sit in different zones anyway. Each cell now ships as `