I want to know the time zone of the particular date to set my meetings. Any way in stackby i can do that ?
1 Like
Yes,
You can add formula:
SET_TIMEZONE(NOW(), "Australia/Sydney")
you can enter any country of your preference plus instead of using NOW(), you can also refer to a date column as well.
1 Like