-
Notifications
You must be signed in to change notification settings - Fork 24
[$50] When trying to connect to zoom, an incorrect interview time is shown #593
Comments
@sdgun just to confirm. |
Created a MR topcoder-platform/taas-apis#644 to fix this. |
@sdgun this issue has been fixed and is ready for testing on DEV. Here is a comment regarding the fix:
|
This issue is not fixed yet, checked by scheduling a new interview Interview: https://platform.topcoder-dev.com/taas/myteams/19320/positions/eef4ac23-5ca8-46ed-be05-4c0ee034432e/candidates/interviews Time.issue.mp4 |
@xxcxy it looks like this issue is not yet fixed, could you please have a look #593 (comment) |
Sure, I will check it. I want to confirm is the new meeting is fine? looks the video is a rescheduled meeting. |
The new meetings has the same issue @xxcxy |
Sorry, I don't understand. I check it and looks it show correct. https://monosnap.com/file/ROrXOUIFzX3gAIwxJHd56mDIzksd3O |
In the second video, you computer timezone is different from email timezone. The zoom client will show the time from your computer timezone. |
@xxcxy |
I'm not sure whether it's the zoom client issue, could you try |
@xxcxy I checked by changing the TZ to Asia/Kolkata, still see a different time 2021-12-18_7-52-49.mp4 |
My last MR, I forgot to update the reschedule code, so the reschedule process may have timezone problem. I fix it in this MR topcoder-platform/taas-apis#646 . |
hmm, @xxcxy, so what you are saying is, that we actually don't have to use any specific timezone when creating a zoom meeting? We just can avoid setting timezone, pass time in UTC+0, and it should adjust to the client timezone of the one who opens the link? |
Yes, I tried if I set different timezone in my computer and restart the zoomMeeting client, it shows different time like the doc said. But if i don't set timezone when sending api, the client shows the time different from the email even they have same timezone. So i think we should set the timezone. |
Ok. So I guess sdgun still can reproduce the issue because in this: But it seems that there could be an easier solution than using candidate timezone:
And then the client would render the time we set in UTC using computer timezone. Would this work? |
No, I tried "UTC", at least it can't work in my computer. The time showed different from email. |
Hmm, could it be that
|
I'm not sure. Since I can't reproduce it in my computer and my zoomAccount.
|
@sdgun there are some details which might help to find the root cause of the issue #593 (comment). I guess a video showing the whole process including scheduling, selecting time and opening the final zoom link might help. |
@xxcxy Looks like the time is shown in GMT in Nylas and zoom, for example in the timeslots payload, the starttime and endtime stamps are sent when the user schedules the interview, for example in the below interview, JC scheduled the interview to 1pm-1.30pm on 25th Dec in IST, which is 7.30am-8am in GMT and that is what the Nylas/zoom shows to the JC while trying to connect the meeting. Interview.time.mp4You can see the time changing in scheduling page after submitting clearly in this video: time.change.mp4 |
Yes. I think the request parameters is very helpful, I will try to reproduce this issues in my local, If i can reproduce it, i think i can resolve it. |
Yes, You are right. |
@sdgun a new fix has been deployed to DEV and is ready for testing. |
Unable to verify due to #596 |
Verified in dev env, the time is displayed correctly now. Time.mp4 |
Challenge https://www.topcoder.com/challenges/f9030ea9-8a63-437a-9957-8013bd8e91ea has been created for this ticket. |
Challenge https://www.topcoder.com/challenges/f9030ea9-8a63-437a-9957-8013bd8e91ea has been assigned to xxcxy. |
Payment task has been updated: https://www.topcoder.com/challenges/f9030ea9-8a63-437a-9957-8013bd8e91ea |
Thank you @xxcxy it works now, and payment has been processed. |
Steps
Schedule an interview
Go to JC's email
Click the zoom link in the Candidate confirmed meeting on... email
Check the time
incorrect interview time is shown
All Interviews here: https://platform.topcoder-dev.com/taas/myteams/19320/positions/c8511efd-af2d-46ee-a86d-59d291bee61e/candidates/interviews
2021-12-13_17-09-19.mp4
The text was updated successfully, but these errors were encountered: