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 deprecations from internals for Date #459

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Fix deprecations from internals for Date #459

merged 1 commit into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. Fix deprecations from internals for Date

    Fix deprecations for startOfDay/endOfDay being called by
    startOfWeek/endOfWeek. Because dates don't have times we don't need to
    modify any time related components and can just return early.
    
    Fixes #453
    markstory committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2cbf986 View commit details
    Browse the repository at this point in the history