Skip to content

Commit 24f07b9

Browse files
committed
Fixed #106 (javadoc for @JsonFormat.timezone())
1 parent 9efeb2a commit 24f07b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/fasterxml/jackson/annotation/JsonFormat.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
* Special value of {@link #DEFAULT_TIMEZONE}
100100
* can be used to mean "just use the default", where default is specified
101101
* by the serialization context, which in turn defaults to system
102-
* defaults ({@link java.util.TimeZone#getDefault()}) unless explicitly
103-
* set to another locale.
102+
* default (UTC) unless explicitly set to another timezone.
104103
*/
105104
public String timezone() default DEFAULT_TIMEZONE;
106105

0 commit comments

Comments
 (0)