Hacker News new | ask | show | jobs
by srijan4 539 days ago
Somewhat related: I really like Erlang's docs about handling time. They have common scenarios laid out and document which APIs to use for them. Like: retrieve system time, measure elapsed time, determine order of events, etc.

https://www.erlang.org/doc/apps/erts/time_correction.html#ho...