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
When setting a minimum and maximum UTC date and setting timeZoneOffsetInMinutes={0} the Android picker is off by one day, I'm guessing it's using the device timezone somewhere.
Bug report
Summary
When setting a minimum and maximum UTC date and setting
timeZoneOffsetInMinutes={0}
the Android picker is off by one day, I'm guessing it's using the device timezone somewhere.Reproducible sample code
Using the example project, change these lines:
And also specify this for the
<DateTimePicker />
:(iOS Left: No issues, Android Right: Issue)

Steps to reproduce
Describe what you expected to happen:
Environment info
npx react-native info
output:datetimepicker version: 3.5.2
iOS / Android version: iOS 15.0 / Android 10
The text was updated successfully, but these errors were encountered: