I wanted to know if this is possible?
I looked everywhere and I don't want to change the time integer of the Date object because I use it at service requests.
I encounter this problem with some other devices.
new Date() from device returns Fri Nov 02 2018 09:27:33 GMT+0200 (EET)
and new Date() from chrome returns Fri Nov 02 2018 10:27:33 GMT+0200 (EET)
but new Date().getTime() from device and new Date().getTime() from chrome returns same value and I want this value to stay like this.