stefanf     2005-08-18 08:18:02 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/at           parsetime.c 
  Log:
  While revision 1.26 fixed the code to really subtract 3600 due to
  daylight-saving, this was actually wrong because mktime() already does that for
  us.
  
  Revision  Changes    Path
  1.27      +1 -3      src/usr.bin/at/parsetime.c