-
Notifications
You must be signed in to change notification settings - Fork 242
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: appointment slots start and end time #6499
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6499 +/- ##
============================================
- Coverage 23.46% 23.43% -0.03%
Complexity 453 453
============================================
Files 247 247
Lines 11728 11724 -4
Branches 2212 2223 +11
============================================
- Hits 2752 2748 -4
Misses 8656 8656
Partials 320 320
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
b3edcfa
to
a06a01c
Compare
785d741
to
9b88ea3
Compare
/backport to stable5.0 |
/backport to stable4.7 |
Signed-off-by: SebastianKrupinski <[email protected]>
9b88ea3
to
6e06e87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works. Time zones are tricky ...
Resolves: #6407
Resolves: #5913