diff --git a/lib/towerops_web/live/agent_live/index.html.heex b/lib/towerops_web/live/agent_live/index.html.heex
index c4293c13..d5c49527 100644
--- a/lib/towerops_web/live/agent_live/index.html.heex
+++ b/lib/towerops_web/live/agent_live/index.html.heex
@@ -116,7 +116,7 @@
<%= if agent.last_seen_at do %>
- <.timestamp datetime={agent.last_seen_at} timezone={@timezone} />
+ {format_datetime(agent.last_seen_at, @timezone)}
<% end %>
<%= if agent.last_ip do %>
@@ -227,7 +227,7 @@
<%= if agent.last_seen_at do %>
- <.timestamp datetime={agent.last_seen_at} timezone={@timezone} />
+ {format_datetime(agent.last_seen_at, @timezone)}
<% end %>
<%= if agent.last_ip do %>