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 4396b21 commit db196ceCopy full SHA for db196ce
spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java
@@ -104,7 +104,7 @@ enum ISO {
104
105
/**
106
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ},
107
- * e.g. "2000-10-31 01:30:00.000-05:00".
+ * e.g. "2000-10-31T01:30:00.000-05:00".
108
* <p>This is the default if no annotation value is specified.
109
*/
110
DATE_TIME,
0 commit comments