From f11149bda5d45b838b24bf960bb12bac92225d34 Mon Sep 17 00:00:00 2001 From: Alex Dixon Date: Mon, 5 Aug 2024 20:25:13 -0700 Subject: [PATCH] remove utc timestamp offset from client --- ell-studio/src/components/LMPDetailsSidePanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ell-studio/src/components/LMPDetailsSidePanel.js b/ell-studio/src/components/LMPDetailsSidePanel.js index a24ac983..1fefb23c 100644 --- a/ell-studio/src/components/LMPDetailsSidePanel.js +++ b/ell-studio/src/components/LMPDetailsSidePanel.js @@ -28,7 +28,7 @@ function VersionItem({ version, index, totalVersions, currentLmpId }) { {isLatest && Latest}
- {getTimeAgo(new Date(version.created_at + "Z"))} + {getTimeAgo(new Date(version.created_at))}