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 Issue #604: Celery Beat Crashing at the End of Daylight Savings #605

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

Commits on Jul 6, 2023

  1. Add is_dst parameter based on time's tm_isdst field instead of passin…

    …g in None all the time
    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a9d66a9 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b0749b2 View commit details
    Browse the repository at this point in the history
  3. Add -1 case

    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e73f397 View commit details
    Browse the repository at this point in the history
  4. add line

    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d142f88 View commit details
    Browse the repository at this point in the history
  5. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6d51ddc View commit details
    Browse the repository at this point in the history
  6. format

    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    789d16b View commit details
    Browse the repository at this point in the history
  7. more formatting changes

    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6df332f View commit details
    Browse the repository at this point in the history
  8. some more format optimizations

    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0a1fe8b View commit details
    Browse the repository at this point in the history
  9. try this

    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c54d3c1 View commit details
    Browse the repository at this point in the history
  10. shorter line

    Andrew Yoo committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a4a39c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

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