mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-16 13:50:55 +00:00
According to Android's docs (https://developer.android.com/reference/java/text/SimpleDateFormat.html) the `SimpleDateFormat` class in Android does not accept `XXX` as the timezone, it uses `Z` instead. Also updated the date time format of Android and Java clients to include milliseconds.