Hi @vonovak , 2025-06-26T18:50:00.000Z this UTC time should open day 27 but its showing 26 on the picker. note: i am on GMT+06  ```ts const value= new Date("2025-06-26T18:50:00.000Z") DateTimePickerAndroid.open({ value, onChange: (event, selectedDate) => { console.log(JSON.stringify({ event, selectedDate }, null, 2)) onChange(selectedDate) }, mode: "date", design: "material" }) ``` ## question : how to pass the value in param?