Searched refs:nowtm (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/uapp/psutils/
H A Dkstats.c257 struct tm nowtm; local
258 gmtime_r(&now.tv_sec, &nowtm);
260 strftime(tbuf, sizeof(tbuf), "%FT%T", &nowtm);
H A Dmemgraph.cpp545 struct tm nowtm; local
546 gmtime_r(&now.tv_sec, &nowtm);
548 strftime(tbuf, sizeof(tbuf), "%FT%T", &nowtm);

Completed in 74 milliseconds