Dark side of the Force

Add P1M can skip next month in some #PHP cases

If you are using new DateInterval('P1M') for adding month to date to get next month, do not do that. There is huge difference between adding to begin and end of the month. It does sense, but it is against semblance at first sight of P1M.