HomeSort by: relevance | last modified time | path
    Searched refs:offs_from_utc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libparse/
data_mbg.c 151 tmp->offs_from_utc = get_lsb_long(buffpp);
272 (tmp->offs_from_utc < 0) ? '-' : '+',
273 abs((int)tmp->offs_from_utc) / 3600,
274 (abs((int)tmp->offs_from_utc) / 60) % 60);
  /src/external/bsd/ntp/dist/include/
mbg_gps166.h 416 int32_t offs_from_utc; ///< local time offset from %UTC [sec] member in struct:__anon7352
710 * ::TM_GPS::offs_from_utc, and ::TM_GPS::status fields of these ::TZDL::tm_on

Completed in 28 milliseconds