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: Add "local-offset time value" for time values with local time zone offset applied #3464

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2024

  1. Editorial: Add "local-offset time value" for time values with local t…

    …ime zone offset applied
    
    Multiple operations define their inputs as "time values", but actually
    allow time values adjusted with a local time zone offset.
    
    Add "local-offset time value" which is a "time value" adjusted with a time
    zone offset. Time zone offsets are restricted to the exclusive range
    ±86'400'000 milliseconds.
    anba committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b5b1f0a View commit details
    Browse the repository at this point in the history
  2. Editorial: Handle too large inputs early in UTC

    Return `NaN` if `t` exceeds the "local time value" range, because
    operations called within `UTC` expect their arguments to be "local time
    values" and not arbitrarily large integers.
    anba committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e8051bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    917cf0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4aec51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d7452a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03ddef5 View commit details
    Browse the repository at this point in the history