Skip to content

Commit

Permalink
Merge pull request #94 from joxerTMD/jsonFormatTZFeature
Browse files Browse the repository at this point in the history
add JsonFormat.Feature#ADJUST_DATES_TO_CONTEXT_TIME_ZONE
  • Loading branch information
cowtowncoder authored Jun 24, 2016
2 parents aa5201f + 7a46341 commit 60de92a
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,14 @@ public enum Feature {
* serialization.
*/
WRITE_SORTED_MAP_ENTRIES,
;

/**
* Override for <code>DeserializationFeature.ADJUST_DATES_TO_CONTEXT_TIMEZONE</code>
* that specifies whether context provided timezone
* <code>DeserializationContext.getTimeZone()</code> should be used to adjust Date/Time
* values on deserialization, even if value itself contains timezone information
*/
ADJUST_DATES_TO_CONTEXT_TIME_ZONE
}

/**
Expand Down

0 comments on commit 60de92a

Please sign in to comment.