Shouldn't getting the time zone be a subscription?

While most of the time, the zone will be the same, I guess it is possible for it to change on the fly (phones would change the zone automatically when roaming for ex.).

1 Like

Time.here doesn’t actually return current timezone, it only returns current GMT offset disguised as a timezone (see accuracy note here).

So returned value will change whenever there is DST change, and so yes, this should definitely be a subscription.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.