<div dir="ltr">Hi.<div><br></div><div>Sorry for the excessively long delay in fixing the bugs in this package.</div><div><br></div><div>In the inbox are three packages that make a complete update with date/time arithmetic:</div><div>Kernel-cbc.910<br></div><div>Collections-cbc.604<br></div><div>KernelTests-cbc.291<br></div><div><br></div><div>The first two extend the existing date arithmetic such as Date today + 3 days to include months and years as well.  Adding months (or subtracting months) make it be the number of months you add/subtract off, nearest the date of the first month as you can get.  So, February 28 + 1 month gives March 28; January 31 + 1 month gives February 28th (or 29 in a leap year).  Similarly with year.</div><div>In addition, the durations can be chained together, such as 1 month + 1 year + 1 month, and then add this to a date (or dateAndTime).</div><div>Finally, these are covered by test, including additional tests for doing date arithmetic (which previously did not exist).</div><div><br></div><div>Thanks,</div><div>cbc</div></div>