/* ISC license. */ #include #include #include #include int utc_from_localtm (uint64 *uu, struct tm const *l) { if (!ltm64_from_localtm(uu, l)) return 0 ; utc_from_ltm64(uu) ; return 1 ; }