Open
Description
Related #384, what if instead of “time” (local time) and “utc” (UTC time) scales, we supported a top-level timeZone option that affected the interpretation of any “time” scales. For example, you could explicitly set the time zone to “America/Los_Angeles” so that all viewers see the same time zone. (Caveat: until JavaScript has built-in support for time zone math, it’s probably not practical to implement this.)