The ability to add date/time stamps in other time zones would be nice such as being able to set it to EST or CST etc…
While that would be nice, you can just take the Modify Unix
Block and set the hour offset To the offset of wherever you’re trying to make it. UNIX works as the number of seconds in UTC from January 1, 1970 at the stroke of midnight so using that, if you wanted to make it for the NYSE, you would set the hour offset to “-5”
2 Likes
Unix time, which we recommend using for its simplicity, is time-zone independent. I’ve considered a “Timezone Shift” block that could accept 2 timezones and compute the offset then shift a unix timestamp for you by that offset.