Improve timezone wording and show actual timezone

This commit is contained in:
Nick Mowen 2022-12-10 15:42:22 -07:00
parent 3c2448801a
commit 57211621a2

View File

@ -132,7 +132,7 @@ export default function Recording({ camera, date, hour = '00', minute = '00', se
return (
<div className="space-y-4 p-2 px-4">
<Heading>{camera.replaceAll('_', ' ')} Recordings</Heading>
<div className="text-xs">Dates & Times are displayed. in local time</div>
<div className="text-xs">Dates and times are based on the browser's timezone {timezone}</div>
<VideoPlayer
onReady={(player) => {