gnats/gnats ChangeLog getdate.y
Alex Manoussakis <[email protected]> Thu, 31 Mar 2016 06:25:10 +0000
| Newsgroups | gmane.comp.bug-tracking.gnats.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /sources/gnats Module name: gnats Changes by: Alex Manoussakis <amanou> 16/03/31 06:25:10 Modified files: gnats : ChangeLog getdate.y Log message: Summary: Fix relative queries when today's date is the 30th or 31st. * gnats/getdate.y (Convert): Relax the check for Day, so that when doing "1 month ago" for example on March 30, the resulting date (February 30) will pass, provided the Flag == 1 (passed from the RelativeMonth function). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnats/gnats/ChangeLog?cvsroot=gnats&r1=1.345&r2=1.346 http://cvs.savannah.gnu.org/viewcvs/gnats/gnats/getdate.y?cvsroot=gnats&r1=1.11&r2=1.12