Details
Description
When the invoice days before renewal option, and the renew date window overlaps with a daylight savings time change odd behavior is seen.
In the case of a daily invoice, the invoice skips a day and is then be billed twice on the subsequent day. This pattern repeats until the time change occurs. It appears to generate the correct number of invoices overall, but not on the proper day. Once daylight savings actually rolls over, billing returns to normal. This was observed on March 10, 2013 when the clocks were changed forward 1 hour.
This may also occur with recurring services, though it was not observed.
The effect of this should be less substantial in most cases, as with monthly invoices an invoice may just be generated 1 day late during this window. It's an issue that needs to be resolved, but we did not find a solution at this time.
This probably can be resolved with the Date helper since it's been updated to use the DateTime library, and can better set future dates in the given timezone to avoid it being off an hour when it crosses one of the daylight savings days. Of course, the issue will need to be replicated first to be sure it hasn't already been resolved.