Hacker News new | ask | show | jobs
by bashinator 4006 days ago
Ah, I see what you mean - akin to the OS clock being in UTC, while a user sets their account $TZ environment to their local time.
1 comments

Exactly. The underlying clock would store actual seconds since 1970, and when you request UTC it would add the current leap second offset. Which is more or less how GPS does it already, for an actual working example.