Results 3 issues of Armin Friedl

Introduce `ts-parse-timestamp` for constructing a TS from a timestamp. This is useful for time calculations if the source is coming from external programs which are often timestamps in various resolutions...

enhancement
discussion

I think there are symbols defined in `std.posix` that are not actually defined (as such) by POSIX. I used the standards documents available at [1] for this. The definition that...

standard library

The event completion framework of Solaris is in some way the Solaris alternative to `kqueue` and `epoll` [1]. It it is, however, specific to Solaris and afaik not implemented anywhere...