I am using firestore timestamp for storing the date of birth of a user.
I want to store the date as 6/25/1982 using
firestore.Timestamp.fromDate(new Date(6/25/1982));
Date is visible in firebase document as June 24, 1982 at 5:00:00 PM UTC-7 in USA and June 25, 1982 at 05:30:00 AM in India.
How to make the date same while showing the date of birth.