[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
Mon Oct 25 10:49:45 CEST 2021


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

--- Comment #104 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Jonathan Druart from comment #103)
> I haven't tried what's happening if no TZ is passed. Do we reject it,
> assuming it's instance tz or UTC?

It's mandatory. However this is weird:

    "due_date": "2021-10-27 23:59",
=> "Does not match date-time"

    "due_date": "2021-10-27 23:59:00",
=> "Missing property."

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


More information about the Koha-bugs mailing list