Hello,
I created the Appointment against a candidate and joborder , the issue is that I'm getting a time difference in start and end date.
when I send 10/25/2020 7:00 AM then In the bullhorn I'm getting as 10/25/2020 12:30 PM
I want to get as 10/25/2020 7:00 AM in bullhorn.
my local timezone is IST (+5:30)
Thanks,
Syed Hassnuddin
Appointment time
Moderators: StaffingSupport, s.emmons, BullhornSupport
Re: Appointment time
HI,
any updates on this post??
Thanks,
Syed Hassnuddin
any updates on this post??
Thanks,
Syed Hassnuddin
Re: Appointment time
I thought all BH timestamps are in UTC so get/set you would need to deal with that. to get display of 10/25 @ 7am you'd need to push the UTC of 10/25 @ 1:30 AM. And also consider if there is standard/daylight savings.
Maybe there's a way to push times by indicating the local timezone you want the appointment to start?
Maybe there's a way to push times by indicating the local timezone you want the appointment to start?
Re: Appointment time
Hi,
Bullhorn REST API does return timestamps in UTC. Additionally, the Candidate entity does have a field for timeZoneOffsetEST that can indicate the number of hours by which the Candidate's time zone differs from EST. Here is the link to the candidate entity doc in case that's helpful: https://bullhorn.github.io/rest-api-doc ... #candidate
Bullhorn REST API does return timestamps in UTC. Additionally, the Candidate entity does have a field for timeZoneOffsetEST that can indicate the number of hours by which the Candidate's time zone differs from EST. Here is the link to the candidate entity doc in case that's helpful: https://bullhorn.github.io/rest-api-doc ... #candidate