https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37902
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #29 from David Cook <[email protected]> --- So bug 36217 stopped us from passing a UTC timestamp like 2024-09-26T18:41:24.268Z to the API. This timestamp was generated by Date().toISOString(). Bug 37905 wants to use a RFC3339 timestamp like 2024-09-26T14:45:36-04:00 via dayjs().format()... and bug 37902 (this one) allows us to use RFC3339... If we're going to convert the incoming timestamp from the client... do we want to use RFC3339 or why not keep using ISO? Anyway, I'll look at this more later. Doing things in person with humans today and now the day is over... -- You are receiving this mail because: You are the assignee for the bug. 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/
