Datetimepicker: Support for timezoneOffsetInMinutes in Android

Created on 21 Sep 2020  路  3Comments  路  Source: react-native-datetimepicker/datetimepicker

Feature request

Why it is needed

Our app uses in-app timezone rather than the device's timezone. So we need to set the timezone offset in datetime pickers in android like we do for iOS datetime pickers.

Code sample

<DateTimePicker
     ...
     timezoneOffsetInMinutes={30}
    ...
/>
good first issue

Most helpful comment

This is fixed. Can we lok at merging, or give me some feedback?

https://github.com/billnbell/datetimepicker

All 3 comments

Hello @StarryFire
Did you find any solution or workaround for this?

@Quelu Yup, i started using this library instead https://github.com/henninghall/react-native-date-picker

This is fixed. Can we lok at merging, or give me some feedback?

https://github.com/billnbell/datetimepicker

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sorinsi picture sorinsi  路  5Comments

corradio picture corradio  路  5Comments

nabati picture nabati  路  3Comments

DylanVerstraete picture DylanVerstraete  路  4Comments

gokulkulkarni1987 picture gokulkulkarni1987  路  3Comments