diff --git a/src/components/LastUpdated.jsx b/src/components/LastUpdated.jsx index 395a26c18..465ce50ae 100644 --- a/src/components/LastUpdated.jsx +++ b/src/components/LastUpdated.jsx @@ -9,10 +9,6 @@ const LastUpdated = () => { year: 'numeric', month: 'short', day: 'numeric', - hour: '2-digit', - minute: '2-digit', - second: '2-digit', - hour12: false }); }; @@ -44,7 +40,7 @@ const LastUpdated = () => { return (

- Last updated: {formatDate(latestTimestamp)} UTC + Last updated: {formatDate(latestTimestamp)}

); };