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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 May 2020 09:30:02 +0000 (11:30 +0200)
commitdd0c7c55fc2b5f0a312055d0c051b166d75ea82d
tree45e5a71c1ec174e1026a2cbae872623157925c4f
parenta79cf4150e8a08e743acc7d7147af91757d7a9b8
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>
Koha/DateUtils.pm
t/DateUtils.t