Joshua and I talked the other day, and did some profiling on the circulation
scripts, and we noticed that Date::Manip was the main bottleneck. So Ive
made a copy of C4::Date and called it C4::Circulation::Date and rewrote it
to not use Date::Manip. This should win some speed increase.