Skip to content

DateTimeComponents.Format.parse() should parse timeZoneId() using the Temporal grammar instead of checking if the time zone exists in the time zone database #531

Closed
@DmitryNekrasov

Description

@DmitryNekrasov
time-zone-initial = ALPHA / "." / "_"
time-zone-char    = time-zone-initial / DIGIT / "-" / "+"
time-zone-part    = time-zone-initial *time-zone-char
time-zone-name    = time-zone-part *("/" time-zone-part)

Metadata

Metadata

Labels

timezoneThe model and API of timezones

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions