Skip to content

Provide isc_stdtime_now(void) that returns value

Ondřej Surý requested to merge ondrej/add-isc_stdtime_now into main

As isc_stdtime_get() cannot fail, the API seems to be too complicated, add new isc_stdtime_now() that returns the unixtime as a return value.

Merge request reports