Searched refs:localtz (Results 1 – 3 of 3) sorted by relevance
/coreutils/src/ |
D | du.c | 186 static timezone_t localtz; variable 417 show_date (time_format, pdui->tmax, localtz); in print_size() 910 localtz = tzalloc (getenv ("TZ")); in main()
|
D | pr.c | 715 static timezone_t localtz; variable 1065 localtz = tzalloc (getenv ("TZ")); in main() 1667 if (localtime_rz (localtz, &t.tv_sec, &tm)) in init_header() 1670 = nstrftime (nullptr, SIZE_MAX, date_format, &tm, localtz, ns) + 1; in init_header() 1672 nstrftime (buf, bufsize, date_format, &tm, localtz, ns); in init_header()
|
D | ls.c | 740 static timezone_t localtz; variable 1726 localtz = tzalloc (getenv ("TZ")); in main() 4216 if (localtime_rz (localtz, &epoch, &tm)) in long_time_expected_width() 4219 &tm, localtz, 0); in long_time_expected_width() 4458 && localtime_rz (localtz, &when_timespec.tv_sec, &when_local)) in print_long_format() 4482 &when_local, localtz, when_timespec.tv_nsec); in print_long_format()
|