Subversion Repositories Tewi

Rev

Rev 34 | Rev 182 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34 Rev 44
Line 633... Line 633...
633
                }
633
                }
634
                /*
634
                /*
635
                 * Our current timezone
635
                 * Our current timezone
636
                 */
636
                 */
637
                ep = find_string(bp, &i,
637
                ep = find_string(bp, &i,
638
                             (const char * const *)tzname,
638
                             (const char * const *)NULL,
639
                              NULL, 2);
639
                              NULL, 2);
640
                if (ep != NULL) {
640
                if (ep != NULL) {
641
                    tm->tm_isdst = i;
641
                    tm->tm_isdst = i;
642
#ifdef TM_GMTOFF
642
#ifdef TM_GMTOFF
643
                    tm->TM_GMTOFF = -timezone;
643
                    tm->TM_GMTOFF = -timezone;