I ported the core parts of Go's time package to C.

The resulting library offers a rich set of functions, from working with Unix time to time comparison and arithmetic to truncation and rounding.

With nanosecond precision.

https://github.com/nalgeon/vaqt

GitHub - nalgeon/vaqt: High-precision date/time in C

High-precision date/time in C. Contribute to nalgeon/vaqt development by creating an account on GitHub.

GitHub