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)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Wed, 17 Jun 2020 19:55:09 +0000 (21:55 +0200)
commiteff38d42710afd97436082d037e28a835ffcaf54
treee926a97e82cbb6c5e44ce32607d19b7a2b7292a5
parenteac9f6d3b471e50ef573368e72e22e7acb01e474
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>

(cherry picked from commit 04791a15cae2cc0c9c5fd2ccc9b2aeca3930f67a)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Koha/DateUtils.pm
t/DateUtils.t