mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-14 23:53:39 +00:00
* [Swift5] Fix Datetime default value If a default value is provided by the API spec for a date-time attribute, this commit fixes the generation code to build a correct Swift `Date` object. * update samples with swiftlint Co-authored-by: William Cheng <wing328hk@gmail.com>