We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test ScheduleTotalConcurrentReservationsRuleTest::testChecksEachInstanceOfASeries fails on 2nd November 2024.
ScheduleTotalConcurrentReservationsRuleTest::testChecksEachInstanceOfASeries
The reason seems to be that on line
app/Domain/ReservationSeries.php
Line 311 in 7a763d9
the calculated dates are calculated for the time zone of the 'booker' which is New York.
New York
The DateRange class or Date seems to have timezone based conversions, but something must go wrong.
DateRange
Date
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test
ScheduleTotalConcurrentReservationsRuleTest::testChecksEachInstanceOfASeries
fails on 2nd November 2024.The reason seems to be that on line
app/Domain/ReservationSeries.php
Line 311 in 7a763d9
the calculated dates are calculated for the time zone of the 'booker' which is
New York
.The
DateRange
class orDate
seems to have timezone based conversions, but something must go wrong.The text was updated successfully, but these errors were encountered: