Skip to content

Commit cdae672

Browse files
committed
minor comment add wrt #2643
1 parent c9453de commit cdae672

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/main/java/com/fasterxml/jackson/databind/util/StdDateFormat.java

+2
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ protected void _format(TimeZone tz, Locale loc, Date date,
487487
} else {
488488
// 24-Jun-2017, tatu: While `Z` would be conveniently short, older specs
489489
// mandate use of full `+0000`
490+
// 06-Mar-2020, tatu: Actually statement should read "for compatibility reasons"
491+
// and not standards (unless it is wrt RFC-1123). This will change in 3.0 at latest
490492
// formatted.append('Z');
491493
if( _tzSerializedWithColon ) {
492494
buffer.append("+00:00");

0 commit comments

Comments
 (0)