I have a following date time
'2021-08-05T12:38:27.163z'
when I am trying to use it
new Date('2021-08-05T12:38:27.163z')
it returns
Thu Aug 05 2021 18:08:27 GMT+0530 (India Standard Time)
Date wise it is fine as it is in the given string, but about time it is not returning the correct time
can any one help me with this ?