Learn · Reference
Unix & Developer Reference Hub
Curated references for epoch time, precision, and language APIs — deep enough for production debugging.
Leap seconds
Why they exist, historical table, and how POSIX vs civil UTC differ.
OpenTimestamp precision
Seconds through nanoseconds, Y2038, and language-level limits.
OpenTimestamp formats
ISO 8601, RFC 3339, Unix seconds, HTTP-Date, and when to use each.
OpenC/C++ Unix timestamps
time_t, struct timespec, and portability across platforms.
OpenGo Unix timestamps
time.Time, monotonic clocks, and JSON marshaling.
Open