Fix bug in parse-time noted by Chisheng Huang, cmucl-imp, 24 Sep 2007:
(parse-time "1 jan 2006") causes an error if Jan 1, 2006 isn't on the same day of the week as the current day of the week. Patch supplied by Madhu, cmucl-imp, 24 Sep 2007. o Change default dotw value from nil to -1 so we can properly initialize the dotw.
Loading
Please register or sign in to comment