[Koha-bugs] [Bug 18330] New: REST API: Date-time handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 24 13:09:19 CET 2017


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

            Bug ID: 18330
           Summary: REST API: Date-time handling
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Web services
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lari.taskula at jns.fi
        QA Contact: testopia at bugs.koha-community.org

Swagger2 wants dates and date-times as defined in RFC3339,
https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14

Make sure each object property has a format date or date-time defined where
needed.

We should include information on time zone and use an appropriate separator "T"
between date and time, e.g.:
2017-03-24T14:00:00+02:00
2017-03-24T12:00:00Z

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


More information about the Koha-bugs mailing list