util.c | 1677 const char *tz_default; /* UTC, or whatever /etc/localtime points to */ variable in typeref:typename:const char * 1698 tz_default, tz_selected, cur_time, tm ? tm->tm_zone : "?"); 1871 tz_default = "UTC"; 1874 tz_default = strchr(strstr(localtime_target, "zoneinfo"), '/') + 1; 1894 tz_selected = strdup(tz_default);
|