Skip to content

Commit 68332bf

Browse files
committed
Correct ISO DateTime example
Issue: SPR-14675 (cherry picked from commit db196ce)
1 parent 53fc1e9 commit 68332bf

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ enum ISO {
9898

9999
/**
100100
* 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".
101+
* e.g. "2000-10-31T01:30:00.000-05:00".
102102
* <p>This is the default if no annotation value is specified.
103103
*/
104104
DATE_TIME,

0 commit comments

Comments
 (0)