aiohttp-apispec icon indicating copy to clipboard operation
aiohttp-apispec copied to clipboard

response_schema decor doesn't respect marshamallow datetimeformat

Open CrazySky2121 opened this issue 3 years ago • 0 comments

For example:

class TestSchema(Schema):
    mydatetime = fields.DateTime()

    class Meta:
        datetimeformat = '%Y-%m-%dT%H:%M:%S+0300'

But in swagger example value something like this: 2021-01-28T11:46:54.499Z

CrazySky2121 avatar Jan 28 '21 11:01 CrazySky2121