Skip to content

Commit f4f4aef

Browse files
committed
add timezone to interview confirmation emails
1 parent 266cd2a commit f4f4aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eventHandlers/InterviewEventHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async function sendInterviewScheduledNotifications (payload) {
104104
try {
105105
const template = 'taas.notification.interview-link-for-host'
106106

107-
const TIME_FORMAT = 'dddd MMM. Do, hh:mm a'
107+
const TIME_FORMAT = 'dddd MMM. Do, hh:mm a Z'
108108

109109
const interviewEntity = await Interview.findOne({
110110
where: {

0 commit comments

Comments
 (0)