Skip to content

Commit

Permalink
Change zone formatting for all printers backport#39568 (#40415)
Browse files Browse the repository at this point in the history
After the joda-java time migration we were formatting zone ids with zoneOrOffsetId method. This when a date was provided with a ZoneRegion for instance America/Edmonton it was appending this zone identifier instead of zone formatted as +HH:MM.
This fix is changing the format of zone suffix for all printers and also always wrapping a Temporal into a ZonedDateTime when formatting.

closes #38471
backport #39568
  • Loading branch information
pgomulka authored Mar 26, 2019
1 parent 3ebcb45 commit 6c337a5
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 66 deletions.
Loading

0 comments on commit 6c337a5

Please sign in to comment.