From 4df9935ed87d6871c239387d2c54e51e3658cc07 Mon Sep 17 00:00:00 2001 From: Multipage <50903994+Multipage@users.noreply.github.com> Date: Fri, 28 Nov 2025 10:17:19 +0100 Subject: [PATCH] Invalid date time of historic locations (1970) This fixes the issue where the date and time of previously visited locations were displayed incorrectly (1970). --- googlefindmy-card.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/googlefindmy-card.js b/googlefindmy-card.js index e117a0a..b8b8d55 100644 --- a/googlefindmy-card.js +++ b/googlefindmy-card.js @@ -1602,7 +1602,7 @@ class GoogleFindMyCard extends LitElement { } // Create popup matching Map View - const timestamp = new Date(loc.timestamp).toLocaleString(); + const timestamp = new Date(loc.timestamp * 1000).toLocaleString(); const popupContent = `