Can we set the time to a specific timezone?

Can we set the time to a specific timezone?
Like, I would like to make a time snippet set to Central Time or Pacific Time.

You can't currently set a specific timezone. But if you know the difference between your current timezone and the desired timezone you can use the shift attribute.

For instance if you are in San Francisco and want to show the time using New York time (a shift of three hours), you could use:

{time: HH:MM; shift=3h}

2 Likes