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

[pickers] Fix DigitalClock DST related problem #10793

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

LukasTy
Copy link
Member

@LukasTy LukasTy commented Oct 24, 2023

Fixes #10783

Change DigitalClock time options building to use startOfYear to avoid DST issues.

@LukasTy LukasTy added bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module! component: TimePicker The React component. time-zone Issues about time zone management labels Oct 24, 2023
@LukasTy LukasTy self-assigned this Oct 24, 2023
@mui-bot
Copy link

mui-bot commented Oct 24, 2023

Deploy preview: https://deploy-preview-10793--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 735ce02

@michelengelen michelengelen changed the base branch from master to next November 6, 2023 14:20
Copy link

github-actions bot commented Nov 9, 2023

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 9, 2023
@@ -124,6 +124,21 @@ export const mergeDateAndTime = <TDate>(
return mergedDate;
};

export const isEqualTime = <TDate>(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am afraid this is risky if we support ms one day.
Can the ms be different? If not we could check them as well

@flaviendelangle
Copy link
Member

@LukasTy what is the current status of this PR?

@LukasTy
Copy link
Member Author

LukasTy commented Jan 8, 2024

what is the current status of this PR?

I shelved it while tackling more pressing matters.
Will get back to re-testing and finalizing it this week. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module! component: TimePicker The React component. PR: out-of-date The pull request has merge conflicts and can't be merged time-zone Issues about time zone management
Projects
None yet
3 participants