From d36fcbe6283669403b438cdee67d7e0fc74c9814 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 11 Feb 2026 12:41:31 -0600 Subject: [PATCH] fix raw discovery data timestamp to use user's timezone --- lib/towerops_web/live/device_live/show.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/towerops_web/live/device_live/show.html.heex b/lib/towerops_web/live/device_live/show.html.heex index ac0279b5..9ffd347f 100644 --- a/lib/towerops_web/live/device_live/show.html.heex +++ b/lib/towerops_web/live/device_live/show.html.heex @@ -1865,7 +1865,7 @@

Raw SNMP OID values collected during the last discovery run at <%= if @snmp_device.last_discovery_at do %> - {Calendar.strftime(@snmp_device.last_discovery_at, "%Y-%m-%d %H:%M:%S UTC")} + {ToweropsWeb.TimeHelpers.format_iso8601(@snmp_device.last_discovery_at, @timezone)} <% else %> unknown time <% end %>.