C4::Log::GetLogs accepts dates in the user interface format, which is bad for an internal module. Refactored to accept DateTimes so it can be used internally more easily.
Created attachment 48309 [details] [review] Bug 15882 - refactor C4::Log::GetLogs to accept DateTime C4::Log::GetLogs accepts dates in some strange format. It should accept DateTime as that is a de-facto standard. Refactored to accept DateTimes so it can be used internally more easily. Also killed a undefined warning bug.
Missing tests.
Note that the patch will no longer apply given the work done for bug 14870.
C4::Dates is dead and gone...
(In reply to Katrin Fischer from comment #4) > C4::Dates is dead and gone... As is C4:Logs. Closing INVALID.