0
new Date().getTime();
Where does new Date().getTime(); returns time from? User's Computer or The Server
3 Réponses
+ 6
Good question. It depends on where this script is written at.
If it is frontend files, the time is user time.
If it is backend files, the time is server time.
+ 3
Since it works offline Computer
+ 1
Clients local environment so possibly sololearns windows server?