-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ZonedDateTime.toLocaleString()
The ZonedDateTime's time zone wins over the system's default time zone. If you explicitly give a time zone in the formatter options, and you try to format a ZonedDateTime with a time zone which is different from the explicitly given time zone, then toLocaleString() will throw an exception. formatRange() and formatRangeToParts() require ZonedDateTimes with the same time zone. See: #569
- Loading branch information
Showing
3 changed files
with
244 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.