Where does JavaScript get a new Date() from?
Is it based on the client\'s local computers time settings or something else?
I can\'t find anywhere only where
Yes, it's based on the local time of the device where the call is being evaluated, like pretty much any other language.