Bug 25617: (bug 25133 follow-up) 12 PM is not 24 but 0
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 28 May 2020 14:12:57 +0000 (16:12 +0200)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Fri, 12 Jun 2020 04:01:58 +0000 (04:01 +0000)
commit04791a15cae2cc0c9c5fd2ccc9b2aeca3930f67a
tree854425410f566def1e80881ed2604f2b21e8a00d
parent78d930d438a89ac82fddb1b26f1795c4d831deab
Bug 25617: (bug 25133 follow-up) 12 PM is not 24 but 0

There was an error in the precedent code, in 12hr format, 12PM is
actually 00:00

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit dd0c7c55fc2b5f0a312055d0c051b166d75ea82d)

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
Koha/DateUtils.pm
t/DateUtils.t