Index: main/stdtime/localtime.c =================================================================== --- main/stdtime/localtime.c (revision 85853) +++ main/stdtime/localtime.c (working copy) @@ -1133,6 +1133,7 @@ */ result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); tmp->tm_isdst = ttisp->tt_isdst; + tmp->tm_gmtoff = ttisp->tt_gmtoff; #ifdef TM_ZONE tmp->TM_ZONE = &sp->chars[ttisp->tt_abbrind]; #endif /* defined TM_ZONE */