We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fc1e9 commit 68332bfCopy full SHA for 68332bf
spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java
@@ -98,7 +98,7 @@ enum ISO {
98
99
/**
100
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ},
101
- * e.g. "2000-10-31 01:30:00.000-05:00".
+ * e.g. "2000-10-31T01:30:00.000-05:00".
102
* <p>This is the default if no annotation value is specified.
103
*/
104
DATE_TIME,
0 commit comments