Skip to content

Commit

Permalink
minor comment add wrt #2643
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 6, 2020
1 parent c9453de commit cdae672
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ protected void _format(TimeZone tz, Locale loc, Date date,
} else {
// 24-Jun-2017, tatu: While `Z` would be conveniently short, older specs
// mandate use of full `+0000`
// 06-Mar-2020, tatu: Actually statement should read "for compatibility reasons"
// and not standards (unless it is wrt RFC-1123). This will change in 3.0 at latest
// formatted.append('Z');
if( _tzSerializedWithColon ) {
buffer.append("+00:00");
Expand Down

0 comments on commit cdae672

Please sign in to comment.