lmt              2316 maint/gnulib/lib/parse-datetime.y             struct tm lmt;
lmt              2317 maint/gnulib/lib/parse-datetime.y             if (tm.tm_isdst != -1 && localtime_rz (tz, &result->tv_sec, &lmt)
lmt              2318 maint/gnulib/lib/parse-datetime.y                 && tm.tm_isdst != lmt.tm_isdst)
lmt              2340 maint/gnulib/lib/parse-datetime.y       struct tm gmt, lmt;
lmt              2346 maint/gnulib/lib/parse-datetime.y       if (localtime_rz (tz, &result->tv_sec, &lmt))
lmt              2350 maint/gnulib/lib/parse-datetime.y           long int utcoff = lmt.tm_gmtoff;
lmt              2355 maint/gnulib/lib/parse-datetime.y             utcoff = tm_diff (&lmt, &gmt);
lmt              2359 maint/gnulib/lib/parse-datetime.y                         debug_strfdatetime (&lmt, NULL, dbg_tm, sizeof dbg_tm),
lmt              2363 maint/gnulib/lib/parse-datetime.y                         debug_strfdatetime (&lmt, NULL, dbg_tm, sizeof dbg_tm));