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

/seL4-refos-master/projects/refos/impl/apps/terminal/src/
H A Dterminal.c125 time_t rawTime = time(NULL); local
126 struct tm *gmtTime = gmtime(&rawTime);
127 struct tm *localTime = localtime(&rawTime);
128 printf("Raw epoch time is %llu\n", (uint64_t) rawTime);
/seL4-refos-master/apps/terminal/src/
H A Dterminal.c125 time_t rawTime = time(NULL); local
126 struct tm *gmtTime = gmtime(&rawTime);
127 struct tm *localTime = localtime(&rawTime);
128 printf("Raw epoch time is %llu\n", (uint64_t) rawTime);

Completed in 29 milliseconds