Searched defs:UctSecs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dtimelocal-posix.cpp87 int UctSecs = TmUct.tm_hour * 3600 local
97 UctSecs += 24*60*60;
100 return (LocalSecs - UctSecs) * INT64_C(1000000000);

Completed in 42 milliseconds