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 c9c531c commit ffcf5f0Copy full SHA for ffcf5f0
src/app/conf/2025/schedule/_components/format-block-time.tsx
@@ -3,6 +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,
7
})
8
export const formatBlockTime = (start: string, end?: Date) => {
9
const startDate = parseISO(start)
0 commit comments