https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36217
--- Comment #24 from David Cook <[email protected]> --- (In reply to Jonathan Druart from comment #19) > This patch suggests to revert the previous attempt to fix this problem. > The date was using the client-side's tz and so the "last hour" was not > matching the one from the server. The problem isn't the client side TZ. The problem is the server side TZ. In ktd, the server side TZ is UTC, so the unpatched version works as expected. However, in practice, many servers are set to TZs like Australia/Sydney or America/Montreal. When that happens, the feature works very badly, because the wrong time is used. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
