From 3c2448801a1eaf626240d3c7c8dddc0e259b5a26 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sat, 10 Dec 2022 10:17:56 -0700 Subject: [PATCH] Add note about times being displayed in localtime --- web/src/routes/Recording.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/routes/Recording.jsx b/web/src/routes/Recording.jsx index a11a26106..b147ea0b5 100644 --- a/web/src/routes/Recording.jsx +++ b/web/src/routes/Recording.jsx @@ -132,6 +132,7 @@ export default function Recording({ camera, date, hour = '00', minute = '00', se return (
{camera.replaceAll('_', ' ')} Recordings +
Dates & Times are displayed. in local time
{