Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c149 tmp->offs_from_utc = get_lsb_long(buffpp); in get_mbg_tm()
270 (tmp->offs_from_utc < 0) ? '-' : '+', in mbg_tm_str()
271 abs((int)tmp->offs_from_utc) / 3600, in mbg_tm_str()
272 (abs((int)tmp->offs_from_utc) / 60) % 60); in mbg_tm_str()
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h414 int32_t offs_from_utc; ///< local time offset from %UTC [sec] member