Searched refs:probe_tm (Results 1 – 1 of 1) sorted by relevance
3046 struct tm const *probe_tm = localtime (&probe); in get_date() local3047 if (probe_tm && probe_tm->tm_zone in get_date()3048 && probe_tm->tm_isdst != pc.local_time_zone_table[0].value) in get_date()3051 pc.local_time_zone_table[1].name = probe_tm->tm_zone; in get_date()3053 pc.local_time_zone_table[1].value = probe_tm->tm_isdst; in get_date()