Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
add_leap_seconds, sub_leap_seconds — convert between utc and tai-10 timestampsSYNOPSIS
#include <time.h>add_leap_seconds(time_t *timestamp);
sub_leap_seconds(time_t *timestamp);