Hacker News new | ask | show | jobs
by JimDabell 427 days ago
The rule of thumb is: Use UTC to record when things happened (e.g. logging), use local time + timezone name (e.g. `Europe/London`) to schedule things for the future (e.g. meetings).