Audric
6 years agoNew Contributor
Swagger auto convert date time in UTC
Hello,
I've got a problem using Swagger for my API.
In a in-parameter (of a GET method), I've got a datetime that people can give to the API, for example '2019-03-22T23:00:00Z'.
But when ...
- 6 years ago
Hello,
I'm sorry, I didn't know that.
I'm using the package Nuget SwashBuckle AspNetCore with the web interface for my .Net/C# API.
Thanks !
EDIT : it look like it's not due to swagger but JSON formatter. I close it.