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

Date time operations cleanup #1

Closed
wants to merge 6 commits into from
Closed

Commits on Oct 13, 2022

  1. Editorial: Only restrict time values more tightly than safe integers …

    …in [[DateValue]]
    
    UTC/local time calculations near the [[DateValue]] limits can yield
    integers that exceed them.
    Aditi-1400 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    4cb8037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa66ace View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    98fb071 View commit details
    Browse the repository at this point in the history
  2. Editorial: Consolidate time value operations

    Also refactor InLeapYear to rely upon DayFromYear rather than duplicating it's logic
    Aditi-1400 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    acbb12c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Simplify MonthFromTime

    Aditi-1400 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b54a20c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    0413123 View commit details
    Browse the repository at this point in the history