Hacker News new | ask | show | jobs
by haberman 4675 days ago
There is nothing preventing you from sending a time zone offset (or an Olson timezone id like 'America/Los_Angeles') along with the Unix Time.
1 comments

Sure no problem. We just have to invent a new format.
That's what JSON is for:

{timestamp: xyz, tz: "America/Los_Angeles"}