From cmucl-devel at common-lisp.net Thu Apr 12 16:26:10 2007 From: cmucl-devel at common-lisp.net (cmucl) Date: Thu, 12 Apr 2007 16:26:10 -0000 Subject: [cmucl-ticket] #9: parse-time mishandles invalid number of days in a month Message-ID: <076.d0a35c02243e673427b392e9be2cbffc@common-lisp.net> #9: parse-time mishandles invalid number of days in a month --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: Core | Version: 19d Keywords: | --------------------+------------------------------------------------------- {{{ (format-universal-time t (parse-time "Feb 31 2000")) -> Thursday, 3/2/00 12:00:00 am EST }}} {{{parse-time}}} doesn't check to see if the day number makes sense for the given month. If this is fixed, don't forget that the number of days in February depends on if it's a leap year or not. -- Ticket URL: cmucl cmucl