We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc172bc commit 61403e3Copy full SHA for 61403e3
spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java
@@ -97,13 +97,13 @@ enum ISO {
97
DATE,
98
99
/**
100
- * The most common ISO Time Format {@code HH:mm:ss.SSSZ},
+ * The most common ISO Time Format {@code HH:mm:ss.SSSXXX},
101
* e.g. "01:30:00.000-05:00".
102
*/
103
TIME,
104
105
106
- * The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ},
+ * The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSXXX},
107
* e.g. "2000-10-31T01:30:00.000-05:00".
108
* <p>This is the default if no annotation value is specified.
109
0 commit comments