OAI/OpenAPI-Specification

clarify on date-time/date object

mission-liao opened this issue · 2 comments

Although we have date/date-time primitives in spec, but do we have standard ways to allow server/client to exchange time-zone (in either GMT or UTC)?

Based on the json schema, the allowed values are based on
http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14 which allows
exchange of time zone.

On 14 August 2014 10:12, mission.liao notifications@github.com wrote:

Although we have date/date-time primitives in spec, but do we have
standard ways to allow server/client to exchange time-zone (in either GMT
or UTC)?


Reply to this email directly or view it on GitHub
#95.

got it, thanks for clarification.