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

fix!: Fix a TimeRange off-by-one bug in nanosecond calculation #5648

Merged
merged 7 commits into from
Aug 28, 2024

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    938b00a View commit details
    Browse the repository at this point in the history
  2. Spotless

    chipkent committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bfddbdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccc5b4f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. By default, make the trading day exclusive of the last time in a rang…

    …e. This makes the trading day the expected length instead of being 1 ns longer.
    chipkent committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c0861ac View commit details
    Browse the repository at this point in the history
  2. Add calendar configurtaions for including or excluding the final time…

    … of a range. This allows UTC calendars to be supported and gives users configuration options.
    chipkent committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ada7dd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. For legacy calendars, set the timerange to be exclusive end so that t…

    …he business day length doesn't change.
    chipkent committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c6e4fc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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