We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcb90cd + aff0983 commit ec9fd7aCopy full SHA for ec9fd7a
datepicker.js
@@ -397,7 +397,7 @@ class DatePicker extends Component {
397
maximumDate={maxDate && this.getDate(maxDate)}
398
onDateChange={this.onDateChange}
399
minuteInterval={minuteInterval}
400
- timeZoneOffsetInMinutes={timeZoneOffsetInMinutes}
+ timeZoneOffsetInMinutes={timeZoneOffsetInMinutes ? timeZoneOffsetInMinutes : null}
401
style={[Style.datePicker, customStyles.datePicker]}
402
locale={locale}
403
/>
0 commit comments