Skip to content

Commit db196ce

Browse files
committed
Correct ISO DateTime example
Issue: SPR-14675 (cherry picked from commit d5c9cc6)
1 parent 4396b21 commit db196ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ enum ISO {
104104

105105
/**
106106
* 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".
107+
* e.g. "2000-10-31T01:30:00.000-05:00".
108108
* <p>This is the default if no annotation value is specified.
109109
*/
110110
DATE_TIME,

0 commit comments

Comments
 (0)