We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efeb2a commit 24f07b9Copy full SHA for 24f07b9
src/main/java/com/fasterxml/jackson/annotation/JsonFormat.java
@@ -99,8 +99,7 @@
99
* Special value of {@link #DEFAULT_TIMEZONE}
100
* can be used to mean "just use the default", where default is specified
101
* by the serialization context, which in turn defaults to system
102
- * defaults ({@link java.util.TimeZone#getDefault()}) unless explicitly
103
- * set to another locale.
+ * default (UTC) unless explicitly set to another timezone.
104
*/
105
public String timezone() default DEFAULT_TIMEZONE;
106
0 commit comments