Hacker News new | ask | show | jobs
by zeveb 3401 days ago
Do all your work in UTC. Seriously, you'll be glad later.

Convert to local time only on the edges, and only for end users.

1 comments

All my VPSes run in UTC, no exception. What I'm talking about here is my desktop machine. I strongly prefer to run that in localtime.
If you set your machine to the DST timezone for your political unit, then the displayed time will automatically jump back and forth on the correct dates, as long as your time database is reasonably up-to-date; you don't need to manually change from non-DST to DST & back.

The non-DST timezones are for those who are lucky enough to live in political units which tell DST to get bent, and just stay on real time all year long.

DST delenda est.

Thanks, I didn't know that.

I believe I prefer the

    TZ=:Continent/City
notation in this case, though.