CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/15 22:25:55
Modified files:
usr.sbin/user : user.c
usr.bin/chpass : util.c
Log message:
strptime() never sets tm_isdst, so set it to -1 before passing the
struct tm to mktime() so that the calculation will follow the local
DST rules
ok millert@ otto@
