-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
in month view, dates that time is exactly 00:00:00 are not displayed on the calendar cell #1134
Comments
Can you provide reproductive code? Storybook is also helpful. I suspect they are treated as a all-day event |
@relay955 I'm sorry, but can you provide the storybook with the new format? It was updated last week. If possible a PR is welcome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is easily reproduce on android simulator API 34, It is set to UTC+0:00.
Is this exactly intended?
I am currently using the code below.
CalendarBodyForMonthView.tsx, 140
and add extention isSameOrAfter, isSameOrBefore in index.ts
The text was updated successfully, but these errors were encountered: