probe_tm         1856 maint/gnulib/lib/parse-datetime.y         struct tm probe_tm;
probe_tm         1857 maint/gnulib/lib/parse-datetime.y         if (localtime_rz (tz, &probe, &probe_tm) && probe_tm.tm_zone
probe_tm         1858 maint/gnulib/lib/parse-datetime.y             && probe_tm.tm_isdst != pc.local_time_zone_table[0].value)
probe_tm         1861 maint/gnulib/lib/parse-datetime.y                 pc.local_time_zone_table[1].name = probe_tm.tm_zone;
probe_tm         1863 maint/gnulib/lib/parse-datetime.y                 pc.local_time_zone_table[1].value = probe_tm.tm_isdst;