Time zone conversions

Hi Folks,

I was wondering if there are any helpers that can assist in converting timezones on the fly, similar to moment.js timezones?

Thanks

Paul

@paul_wareham,

Currently, we don’t have any timezone helpers. But, something like this could work if you have GPS information:

This API gives you the offset information, and you can easily calculate a UTC offset.

We do have a pending ticket on doing thins with time in the workflow engine. I’ll add this to it. Some helper of some sort could be very useful!

Thank you for all your suggestions Paul, they are appreciated!

1 Like

@anaptfox thats a very useful API for sure. I would point out its not free however to it may not be feasible for mobile applications that are moving around a lot.