Discussions
Post shift in different timezones
over 5 years ago by Mark Cooley
Here's what I'm trying to do:
We have users in different regions who need to create their own shifts via a survey we've setup. Ideally, they'd be able to submit the start/end times in their own timezone and we'd be able to create the shifts that match in their timezone. Currently, those in other regions are having to convert their time to the timezone of the API user it would seem? I've tried setting the location parameter thinking it would go off of the default timezone for that location, but that doesn't seem to be the case. I was wondering how I could take the raw reported times from the users and make the call that creates the shifts in their time, without having to do any timezone conversions.
Thanks!