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 5291dfc commit 355c0b4Copy full SHA for 355c0b4
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, // per Carolyn's request
7
})
8
9
export const formatBlockTime = (start: string, end?: Date) => {
0 commit comments