Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: refactor time zone offset handling (prepare for #2607) #2621

Merged
merged 1 commit into from
Jun 29, 2023

Commits on Jun 29, 2023

  1. Editorial: refactor time zone offset handling

    This commit refactors spec text and polyfill code for time zone offsets,
    especially to split the handling of offsets in ISO strings from offsets
    used as time zone identifiers.
    
    This will help prepare for a later normative commit where time zone
    identifiers are limited to minutes precision while ISO string offset
    inputs and ZonedDateTime's `offset` property still support nanosecond
    precision.
    justingrant committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    90f0ab2 View commit details
    Browse the repository at this point in the history