[Koha-bugs] [Bug 24850] Koha::DateUtils ignores offsets in RFC3339 datetimes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 23 10:02:51 CEST 2020


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

--- Comment #41 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
The idea of the input tz is that you're passing in the TZ of the string being
passed in.. the idea of the tz conversion at the bottom (and in the call to
now) is that we always pass back a DateTime object with a consistent config
based timezone.  doing this call at the bottom means we will convert internally
to the correct instance timezone from the passed timezone.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list