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 Booking View with daylight savings #306

Merged
merged 10 commits into from
Mar 13, 2024
Merged

Commits on Mar 12, 2024

  1. Save the schedule based on the current date which should resolve the …

    …shifting schedule time issue.
    MelissaAutumn committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    69cfaec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db73ba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    948922f View commit details
    Browse the repository at this point in the history
  4. Return available slots from schedule localized in the subscribers tim…

    …ezone (based on day to account for daylight savings), and fix the frontend from assuming it's utc time.
    MelissaAutumn committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    07bc7e6 View commit details
    Browse the repository at this point in the history
  5. Adjust test_public_availability to cover a daylight savings example, …

    …where the start of the month is PST and the end is PDT both with the proper times. (And fix the missing timezone string check.)
    MelissaAutumn committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cce160d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    962c96b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b12810 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0181566 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Apply suggestions from code review

    Co-authored-by: Andreas <mail@devmount.de>
    MelissaAutumn and devmount authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    40fb2e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753c22a View commit details
    Browse the repository at this point in the history