Andres Olvera
Results
1
comments of
Andres Olvera
@Proberts' solution didn't work for me, I fixed it by setting up the timeZoneOffsetInHours prop. ``` __constructor(props) { super(props) this.state = { timeZoneOffsetInHours: (-1) * (new Date()).getTimezoneOffset() / 60, birthdate:...