FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

(javadoc) `@JsonFormat` does not use `TimeZone.getDefault()` #106

Closed cowtowncoder closed 7 years ago

cowtowncoder commented 7 years ago

Javadocs for @JsonFormat should not claim that the default timezone is used, as UTC is used by default.

shmosel commented 6 years ago

Why does it still say it defaults to the "system default"?

cowtowncoder commented 6 years ago

@shmosel What says?

shmosel commented 6 years ago

The Javadocs...

cowtowncoder commented 6 years ago

@shmosel Existing javadocs for older branches are not republished, although javadocs bundled are created to match released code.

shmosel commented 6 years ago

I'm talking about the updated version.