Searched refs:offs_from_utc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/libparse/
H A Ddata_mbg.c149 tmp->offs_from_utc = get_lsb_long(buffpp);
270 (tmp->offs_from_utc < 0) ? '-' : '+',
271 abs((int)tmp->offs_from_utc) / 3600,
272 (abs((int)tmp->offs_from_utc) / 60) % 60);
/freebsd-13-stable/contrib/ntp/include/
H A Dmbg_gps166.h414 int32_t offs_from_utc; ///< local time offset from %UTC [sec] member in struct:__anon5208
708 * ::TM_GPS::offs_from_utc, and ::TM_GPS::status fields of these ::TZDL::tm_on

Completed in 129 milliseconds