I would like to show two or more time zones on a watch face, but different time zones undergo DST transitions at different times of the year. Ideally, the watch would either have its own IANA / Olson time zone database either cached or synced with a phone, but according to this post, the best option seems to be "make an HTTP query".
Has anything changed in terms of time zone handling? I would like to handle time zone data entirely on-device if possible.