Searched refs:load_tm (Results 1 – 1 of 1) sorted by relevance
53 struct tm load_tm; in print_boot_time() local69 if (!localtime_r(&wallclock_secs, &load_tm)) { in print_boot_time()75 strftime(buf, size, "%s", &load_tm); in print_boot_time()77 strftime(buf, size, "%FT%T%z", &load_tm); in print_boot_time()