I want to get the local time of the client computer.
I have to convert a specific UTC time to the user's local time.
2/10/2019 12:00:00 AM
-->> I have to convert it to user's time
I want to restore the time to the user's time. Could you please convert the time to the user's time
You can use
getTimezoneOffset
ortoLocaleString
ortoLocaleDateString
.