Converting Timezones

We’re able to convert your time/date column to another timezone in a few Parabola steps!

  1. Format Date/Step to convert your date/time to Unix time (using X as the format code),
  2. Insert Math step to add or subtract the number of seconds required to shift your time into your desired timezone (1 hour = 3600 seconds)
  3. Format Date/Step to convert it back from unix and into your desired date time format
    Note: It is not possible to account for daylight savings time in this method!

Snippet: parabola:cb:4868bf82-0ca2-4a1c-80b6-23ba96211ec6

image

Let us know if you have any questions. Happy Building!

2 Likes