Searched refs:SecondsPartOfTime (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 176 milliseconds