I'm looking to make some time-based snippets, however I work with a team that is across multiple time zones so that adds complexity. I discovered that {time: Z} exists even though it doesn't seem to be documented anywhere.? I cobbled this together, which seems to work for folks to the west of GMT.
{time: h:mm:ss A; shift={=(60*substring({time: ZZ}, 2, 2))}m}
I could then use this to make all my if statements based on the shifted time, but that seems more complex than need be.
Is there a better way to be doing this? Ideally I'd like to just be able to say - if: it is 5p ET then do X (regardless of the time zone the computer is in)