Skip to content

Commit 5941ad5

Browse files
committed
Add a comment
1 parent ffcf5f0 commit 5941ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/schedule/_components/format-block-time.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { parseISO } from "date-fns"
33
const timeFormat = new Intl.DateTimeFormat(undefined, {
44
hour: "2-digit",
55
minute: "2-digit",
6-
hour12: false,
6+
hour12: false, // per Carolyn's request
77
})
88
export const formatBlockTime = (start: string, end?: Date) => {
99
const startDate = parseISO(start)

0 commit comments

Comments
 (0)