Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 835ffdd

Browse files
committed
use 12h time format for interview thank you page
1 parent 8d4aaed commit 835ffdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/misc/routes/interview-thank-you-page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ async function getInterviewThankYouPageController(req, res) {
4242
tz: query.tz,
4343
week: startTime.format("dddd"),
4444
startDate: startTime.format("MMMM DD, yyyy"),
45-
startTime: startTime.format("H:mm A"),
46-
endTime: endTime.format("H:mm A"),
45+
startTime: startTime.format("h:mm A"),
46+
endTime: endTime.format("h:mm A"),
4747
};
4848

4949
res.set("Content-Type", "text/html");

0 commit comments

Comments
 (0)