Skip to content

Commit

Permalink
Updated Javadoc: date format patterns SPR-17366
Browse files Browse the repository at this point in the history
  • Loading branch information
volkovandr authored and jhoeller committed Oct 11, 2018
1 parent cc172bc commit 61403e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ enum ISO {
DATE,

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

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

0 comments on commit 61403e3

Please sign in to comment.