Skip to content

Commit 958a60c

Browse files
committed
javadoc improvement
1 parent 593df78 commit 958a60c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/main/java/com/fasterxml/jackson/databind/DeserializationFeature.java

+7-2
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,14 @@ public enum DeserializationFeature implements ConfigFeature
420420
* Note that exact behavior depends on date/time types in question; and specifically
421421
* JDK type of {@link java.util.Date} does NOT have in-built timezone information
422422
* so this setting has no effect.
423+
* Further, while {@link java.util.Calendar} does have this information basic
424+
* JDK {@link java.text.SimpleDateFormat} is unable to retain parsed zone information,
425+
* and as a result, {@link java.util.Calendar} will always get context timezone
426+
* adjustment regardless of this setting.
423427
*<p>
424-
* As of Jackson 2.8, this feature is supported only by extension modules for Joda
425-
* and Java 8 date/tyime datatypes.
428+
*<p>
429+
* Taking above into account, this feature is supported only by extension modules for
430+
* Joda and Java 8 date/tyime datatypes.
426431
*
427432
* @since 2.2
428433
*/

0 commit comments

Comments
 (0)