Skip to content

Commit

Permalink
fix: fix employee schedule start time date format
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotomaspinheiro committed Jun 27, 2024
1 parent e2ea8b8 commit 56ce052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/constants/date.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export const DateFormats: Record<DateFormat, Intl.DateTimeFormatOptions> = {
shortTime24H: {
hour: "2-digit",
minute: "2-digit",
hourCycle: "h24",
hourCycle: "h23",
},
};

0 comments on commit 56ce052

Please sign in to comment.