https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962

--- Comment #118 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 194320
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194320&action=edit
Bug 14962: (QA follow-up) Use dt_from_string instead of DateTime->today in
Displays->active

DateTime->today uses the system timezone rather than the Koha-configured
timezone, which can cause incorrect date comparisons for libraries that
configure a timezone different from the server's local time.

Use Koha::DateUtils::dt_from_string, which is the standard Koha convention
and is consistent with every other date comparison in this feature.

Sponsored-by: ByWater Solutions
Signed-of-by: Martin Renvoize <[email protected]>

-- 
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/

Reply via email to