ZODB Components: Migrate Products.ERP5Type.DateUtils and its Unit Tests from filesystem.
Remove strange hacks with get_request() and manual monkey-patching in testDateUtils. Not sure at all why it was needed in the first place but it does not seem relevant anymore.
Showing
-
Owner
I did not know this module was used so much. I never use it, I think it's buggy and that doing date arithmetics with
datetime.timedelta
is better.If we break compatibility, my personal opinion (but that's only my opinion) is that we should have just removed this module and rewrite it to use python standard library instead.
Please register or sign in to comment