From f4dce81e5f2e32f063fcae93d1f44c9a98897a39 Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Wed, 14 Apr 2021 22:17:19 +0100 Subject: [PATCH] Remove zulu time specification --- pages/[user]/[type].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/[user]/[type].tsx b/pages/[user]/[type].tsx index 1bea522709..54cd657f25 100644 --- a/pages/[user]/[type].tsx +++ b/pages/[user]/[type].tsx @@ -92,7 +92,7 @@ export default function Type(props) { // Display available times const availableTimes = times.map((time) =>
- {dayjs(time).format("hh:mma")}