Skip to content

Commit 61403e3

Browse files
volkovandrjhoeller
authored andcommitted
Updated Javadoc: date format patterns SPR-17366
1 parent cc172bc commit 61403e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ enum ISO {
9797
DATE,
9898

9999
/**
100-
* The most common ISO Time Format {@code HH:mm:ss.SSSZ},
100+
* The most common ISO Time Format {@code HH:mm:ss.SSSXXX},
101101
* e.g. "01:30:00.000-05:00".
102102
*/
103103
TIME,
104104

105105
/**
106-
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ},
106+
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSXXX},
107107
* e.g. "2000-10-31T01:30:00.000-05:00".
108108
* <p>This is the default if no annotation value is specified.
109109
*/

0 commit comments

Comments
 (0)