Home
last modified time | relevance | path

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

/coreutils/src/
Duptime.c65 struct tm *tmn = time_now == (time_t) -1 ? nullptr : localtime (&time_now); in print_uptime() local
68 if (tmn) in print_uptime()
70 fprintftime (stdout, _(" %H:%M:%S "), tmn, 0, 0); in print_uptime()