Bug 24850: Date only are not RFC3339
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Nov 2021 09:06:35 +0000 (10:06 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Nov 2021 14:40:52 +0000 (15:40 +0100)
commit9d1ad49ec90f5fe110ff6851b4d6e90ecc6ee548
tree8fa86673e3aef328fc8cda71754d3da1ad7eb9ce
parent9c718e18da233939cd90eb04b58abc0a37e262ef
Bug 24850: Date only are not RFC3339

We removed the fallback on 'Bug 24850: Don't fallback when date_format
is passed', and the dates passed for date only (YYYY-MM-DD) are not
RFC3339 formatted but ISO8601.
We must assume that all dates will be YYYY-MM-DD, without fallback.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Object.pm