Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dtm1637.cxx48 time_t rawtime; in main() local
62 time(&rawtime); // Update raw time in main()
63 gmt = gmtime(&rawtime); // Get current time in main()