Searched refs:have_time (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/timedate/ |
D | timedatectl.c | 54 bool have_time = false; in print_status_info() local 91 have_time = true; in print_status_info() 94 have_time = true; in print_status_info() 98 … n = have_time ? strftime(a, sizeof a, "%a %Y-%m-%d %H:%M:%S %Z", localtime_r(&sec, &tm)) : 0; in print_status_info() 105 n = have_time ? strftime(a, sizeof a, "%a %Y-%m-%d %H:%M:%S UTC", gmtime_r(&sec, &tm)) : 0; in print_status_info() 129 n = have_time ? strftime(a, sizeof a, "%Z, %z", localtime_r(&sec, &tm)) : 0; in print_status_info()
|