I have an API written in Swagger 2.0 that says an entity has a property called when
of type date-time
:
properties:
when:
type: string
format: date-time
I don't know how to parse the string. How should I expect the date-time format to looks like? I cannot find this in the Swagger 2.0 documentation