]> git.koha-community.org Git - koha.git/commit
Bug 37902: Adjust timezone
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 12 Sep 2024 14:06:36 +0000 (16:06 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 18 Oct 2024 12:25:58 +0000 (14:25 +0200)
commitb63b8e19b3ada47bf00e0ae71ccbaa0751812732
tree9ad7ad842a518e9db1f3d0120c9e0f3bd21801ad
parentc7786b419cdaadc710a81a288aacf76fe8fd8b97
Bug 37902: Adjust timezone

We didn't take into account the server's timezone.

This does not feel right, we are not supposed to deal with time zone
outside of Koha::DateUtils.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Object.pm