mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 15:54:16 +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.