You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(TimePicker): correct meridiem handling to prevent hour conversion errors
- Fix AM/PM switching logic to properly convert between 12h and 24h formats
- Add bounds checking to prevent hours from going below 0 or above 23
- Prevent double conversion errors when switching meridiem multiple times
- Ensure accurate time representation when toggling between AM and PM
0 commit comments