*** timer.c.ORIG	2006-03-24 21:29:23.000000000 -0700
--- timer.c	2005-12-02 18:25:03.000000000 -0700
***************
*** 210,216 ****
    (void)time(&gmt);
    ltm = localtime(&gmt);
  #ifdef SYSV_TIME
!   if( daylight )
      systime_offset = -3600;
    systime_offset += timezone;
  #else
--- 210,218 ----
    (void)time(&gmt);
    ltm = localtime(&gmt);
  #ifdef SYSV_TIME
!   //eff
! //  if( daylight )
!   if( ltm->tm_isdst )
      systime_offset = -3600;
    systime_offset += timezone;
  #else
