Skip to content

Commit

Permalink
Core: Fix Java Time DateFormatter printers (#32592)
Browse files Browse the repository at this point in the history
A bug in the test suite prevented to properly check that all date
formatters printed the date the same way like joda time does.

This fixes the test and thus also a fair share of formats, that
now use the strict parser for printing.
  • Loading branch information
spinscale committed Aug 9, 2018
1 parent 630aa8c commit 07461c4
Show file tree
Hide file tree
Showing 3 changed files with 931 additions and 519 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ public CompoundDateTimeFormatter withZone(ZoneId zoneId) {
public String format(TemporalAccessor accessor) {
return printer.format(accessor);
}

}
Loading

0 comments on commit 07461c4

Please sign in to comment.