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

Update day names handling in _to_int function #33

Merged
merged 2 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Update day names handling in _to_int function

    - Updated the `_to_int` function to handle capitalized day names.
    - Changed the logic to convert all day names to lowercase before indexing them in the DAY_NAMES and DAY_ABBRS lists.
    - This change ensures that both uppercase and lowercase variants of a day name are correctly interpreted as the same value when converting strings to integers.
    kipe committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9a8ad4d View commit details
    Browse the repository at this point in the history
  2. Update GitHub Actions workflow branches from master to main

    - Update branch names in GitHub Actions workflows from `master` to `main`.
    kipe committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    113d8ed View commit details
    Browse the repository at this point in the history