Time zone update

Please confirm that Losant hasn’t added a time zone API similar to Time Zone API 概览  |  Google for Developers.

The related posts are older.

Thank you,
Andrew

If an experience similar to the Google Time Zone API is what you need - where, given a coordinate and a Unix timestamp, it returns the offset and timezone name - then I would recommend creating a custom node to interact with that service (using an HTTP Node that authenticates using a service credential). Losant has no plans to build a similar service.

That said, the {{formatDate}} helper takes optional timezone and locale arguments (as do the {{currentDateTime}} and {{format}} helpers).

We also have the Date/Time Node, which allows for operating on dates optionally within the context of a given timezone.