From e75b6a90b263f7d3fb4f8c95188710aeb1043ed6 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 17 Feb 2023 06:31:08 -0700 Subject: [PATCH] Remove browser from timezone description --- web/src/routes/Recording.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Recording.jsx b/web/src/routes/Recording.jsx index d36049342..9a40b674c 100644 --- a/web/src/routes/Recording.jsx +++ b/web/src/routes/Recording.jsx @@ -133,7 +133,7 @@ export default function Recording({ camera, date, hour = '00', minute = '00', se return (
{camera.replaceAll('_', ' ')} Recordings -
Dates and times are based on the browser's timezone {timezone}
+
Dates and times are based on the timezone {timezone}