Bug 16187: Do not use DateTime directly
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Oct 2017 19:04:04 +0000 (16:04 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Oct 2017 19:51:25 +0000 (16:51 -0300)
commit629598704a4ded9425293340bf5b9de8e347bd68
tree57ba663d1e8b47d10e3835a7b4fa0fcee9951e0b
parentf46d6a8785db490ec9067ba6964b5172e06ee848
Bug 16187: Do not use DateTime directly

Koha::DateUtils takes care of what you need

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Hold.pm
t/db_dependent/Hold.t