A simple time zone converter

This bundle makes it easy to convert from any time zone to a fixed time zone (PST, first snippet) or to any other time zone.

The snippets use the Time API. You'll be prompt to approve the connection.
Snippets can't be previewed here because they make an API call.

  1. The Data Blaze table lists all available time zones. Only the ones selected will show up in the drop-down menu in the snippet.
  2. The first snippet converts to PST. You can change the time zone it converts to by changing the variable to time zone.
  3. The 2nd snippet converts from any time zone to any time zone.
4 Likes