File tree 1 file changed +7
-2
lines changed
src/main/java/com/fasterxml/jackson/databind
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -420,9 +420,14 @@ public enum DeserializationFeature implements ConfigFeature
420
420
* Note that exact behavior depends on date/time types in question; and specifically
421
421
* JDK type of {@link java.util.Date} does NOT have in-built timezone information
422
422
* 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.
423
427
*<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.
426
431
*
427
432
* @since 2.2
428
433
*/
You can’t perform that action at this time.
0 commit comments