Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/util/
H A Dtg2.c555 …time_t SecondsPartOfTime; /* Sent to gmtime() for calculation of TimeStructure (can apply offs… local
1056 NowRealTime = BaseRealTime = SecondsPartOfTime = TimeValue.tv_sec;
1068 SecondsPartOfTime += (time_t) UseOffsetSecondsInt;
1070 SecondsPartOfTime -= (time_t) (-UseOffsetSecondsInt);
1072 TimeStructure = gmtime(&SecondsPartOfTime);