From a6bfb71ffcada365163e3c84d7d9e94fdf69c586 Mon Sep 17 00:00:00 2001 From: shinzoxD <[email protected]> Date: Wed, 15 Jul 2026 23:48:41 +0530 Subject: [PATCH 1/3] refactor(events): render event timestamps with the shared TimeAgo component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #285 — the event log printed each event's time as a raw new Date(event.ts).toISOString() string. The shared component already renders a self-updating