We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518495a commit 38ee675Copy full SHA for 38ee675
site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx
@@ -60,7 +60,7 @@ export const Language = {
60
return "Workspace is shutting down"
61
} else {
62
const timezone = schedule ? extractTimezone(schedule) : dayjs.tz.guess()
63
- return deadline.tz(timezone).format("HH:mm A")
+ return deadline.tz(timezone).format("hh:mm A")
64
}
65
} else if (!ttl || ttl < 1) {
66
// If the workspace is not on, and the ttl is 0 or undefined, then the
0 commit comments