diff --git a/index.php b/index.php
index 1bc7ad0..ed3c827 100644
--- a/index.php
+++ b/index.php
@@ -175,7 +175,7 @@ $update_available = $upstream_version && is_newer_version($upstream_version, APP
- | = h($c['occurred_at']) ?> |
+ = h(substr($c['occurred_at'], 0, 19)) ?> |
= h($c['node_name']) ?> |
= h($c['src_ip']) ?> |
= (int)$c['src_port'] ?> |
diff --git a/version.php b/version.php
index a35c303..1f1a445 100644
--- a/version.php
+++ b/version.php
@@ -1,2 +1,2 @@