mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Correct ISO DateTime example
Issue: SPR-14675
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ public @interface DateTimeFormat {
|
||||
|
||||
/**
|
||||
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSZ},
|
||||
* e.g. "2000-10-31 01:30:00.000-05:00".
|
||||
* e.g. "2000-10-31T01:30:00.000-05:00".
|
||||
* <p>This is the default if no annotation value is specified.
|
||||
*/
|
||||
DATE_TIME,
|
||||
|
||||
Reference in New Issue
Block a user