Code

- fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 4 Dec 2003 23:06:53 +0000 (23:06 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 4 Dec 2003 23:06:53 +0000 (23:06 +0000)
commit4ef722c82ac18acd32f19b2061746fc9daa3066a
tree1538e7425f71a7c379ef878abb4ef3a1355d3cf7
parent279c31d013ef0054910364c6f54c56b814926c56
- fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306)
- fixed date arithmetic to limit hours-per-day to 24, not 60

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2009 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/date.py
test/test_dates.py