diff --git a/src/components/BlockViewer.js b/src/components/BlockViewer.js index f2a3b8e..fa74a17 100644 --- a/src/components/BlockViewer.js +++ b/src/components/BlockViewer.js @@ -7,14 +7,14 @@ const Block = (obj) => { const [thisDate, thisTime] = dateObj.toISOString().split('T'); return (
📅{thisDate} - {thisTime.split('.')[0]}
+UTC 📅{thisDate} - {thisTime.split('.')[0]}
💬 {obj.eventObj.eventDescription}