We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcf5f0 commit 5941ad5Copy full SHA for 5941ad5
src/app/conf/2025/schedule/_components/format-block-time.tsx
@@ -3,7 +3,7 @@ import { parseISO } from "date-fns"
3
const timeFormat = new Intl.DateTimeFormat(undefined, {
4
hour: "2-digit",
5
minute: "2-digit",
6
- hour12: false,
+ hour12: false, // per Carolyn's request
7
})
8
export const formatBlockTime = (start: string, end?: Date) => {
9
const startDate = parseISO(start)
0 commit comments