Simple timestamp lib to record timestamp in logs with millisecond precision

I am using zig for some time now. Wanted to print timestamp in log messages for one of my other project. Developed the simple pure zig implementation with no C link or dependencies.
ehrktia/zig-epoch: simple lib to print timestamp in human readable format using posix epoch . Pure zig implementation thread safe. - Codeberg.org
Thank you to all the people in zig discord community who did review and help me with the implementation.

2 Likes