Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38ee675

Browse files
committed
fix: ws schedule as 12-hour format
This does not finish all tasks in#2175 but is one of the asks.@johnstcn - you should do the same lowercasing of HH->hh in#2165
1 parent518495a commit38ee675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/src/components/WorkspaceSchedule/WorkspaceSchedule.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const Language = {
6060
return"Workspace is shutting down"
6161
}else{
6262
consttimezone=schedule ?extractTimezone(schedule) :dayjs.tz.guess()
63-
returndeadline.tz(timezone).format("HH:mm A")
63+
returndeadline.tz(timezone).format("hh:mm A")
6464
}
6565
}elseif(!ttl||ttl<1){
6666
// If the workspace is not on, and the ttl is 0 or undefined, then the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp