File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
modules/swagger-codegen/src/main/resources
android-java/src/main/java/io/swagger/client
java/src/main/java/io/swagger/client Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class ApiInvoker {
41
41
* ISO 8601 date time format.
42
42
* @see https://en.wikipedia.org/wiki/ISO_8601
43
43
*/
44
- public static final SimpleDateFormat DATE_TIME_FORMAT = new SimpleDateFormat(" yyyy-MM-dd'T'HH:mm:ssXXX " );
44
+ public static final SimpleDateFormat DATE_TIME_FORMAT = new SimpleDateFormat(" yyyy-MM-dd'T'HH:mm:ss.SSSZ " );
45
45
46
46
/**
47
47
* ISO 8601 date format.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public class ApiInvoker {
70
70
* ISO 8601 date time format.
71
71
* @see https://en.wikipedia.org/wiki/ISO_8601
72
72
*/
73
- public static final SimpleDateFormat DATE_TIME_FORMAT = new SimpleDateFormat(" yyyy-MM-dd'T'HH:mm:ssXXX " );
73
+ public static final SimpleDateFormat DATE_TIME_FORMAT = new SimpleDateFormat(" yyyy-MM-dd'T'HH:mm:ss.SSSZ " );
74
74
75
75
/**
76
76
* ISO 8601 date format.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public class ApiInvoker {
70
70
* ISO 8601 date time format.
71
71
* @see https://en.wikipedia.org/wiki/ISO_8601
72
72
*/
73
- public static final SimpleDateFormat DATE_TIME_FORMAT = new SimpleDateFormat ("yyyy-MM-dd'T'HH:mm:ssXXX " );
73
+ public static final SimpleDateFormat DATE_TIME_FORMAT = new SimpleDateFormat ("yyyy-MM-dd'T'HH:mm:ss.SSSZ " );
74
74
75
75
/**
76
76
* ISO 8601 date format.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class ApiInvoker {
41
41
* ISO 8601 date time format.
42
42
* @see https://en.wikipedia.org/wiki/ISO_8601
43
43
*/
44
- public static final SimpleDateFormat DATE_TIME_FORMAT = new SimpleDateFormat ("yyyy-MM-dd'T'HH:mm:ssXXX " );
44
+ public static final SimpleDateFormat DATE_TIME_FORMAT = new SimpleDateFormat ("yyyy-MM-dd'T'HH:mm:ss.SSSZ " );
45
45
46
46
/**
47
47
* ISO 8601 date format.
You can’t perform that action at this time.
0 commit comments