From 27748d2b5b89a163f171c2ce94a0ee4cab51d37a Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 6 Jun 2022 06:54:27 -0600 Subject: [PATCH] Set the timestamp options for the ui --- web/src/routes/Events.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index e8807411e..e187f2696 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -502,7 +502,7 @@ export default function Events({ path, ...props }) { ({(event.top_score * 100).toFixed(0)}%)
- {new Date(event.start_time * 1000).toLocaleDateString()}{' '} + {new Date(event.start_time * 1000).toLocaleTimeString([], {hour12: config.ui.timestamp.hour_12})}{' '} {new Date(event.start_time * 1000).toLocaleTimeString()} ( {clipDuration(event.start_time, event.end_time)})