mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-26 03:20:51 +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>