-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] Toolbar components are not using the set timezone
#13319
Comments
Just tested it with the |
I vaguely remember seeing something similar, but I couldn't find the issue. 🙈 On the problem itself—it's the Toolbar components that are broken. The issue is clear and needs to be addressed. Thank you for reporting @ghaerdi 🙏 |
timezone
Didn't expect a quick response, thank you all. Looking forward when this is resolved |
Any temporary workaround coming to your mind? I couldn't figure a way to pass timezone prop to MobileTimePicker exclusively from the TimePicker level. But that seems to be a bad solution anyways, cause of the interfering in the TimePicker component logic |
@Hawkhub I'm not sure if there is any quick workaround here. I'll spend some time exploring solutions to see how difficult the fix is. 😉 |
@LukasTy I just saw your message, I'm testing a solution 😆 |
@ghaerdi: How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Link to live example: (required)
https://mui.com/x/react-date-pickers/timezone/
Steps:
Current behavior
The displayed time in the time picker it's not the same as selected
In the next screenshot I selected 10 but it's showing 2.
Expected behavior
The displayed time in the time picker should be exactly the same as selected.
Context
The current behavior it's confusing for the end user. I thought the issue was in my project only but I found the same issue in the documentation.
Your environment
No response
Search keywords: TimePicker timezone responsive mobile pad ipad
The text was updated successfully, but these errors were encountered: