I typed \"date\" in console...and I get Tue Sep 20 01:01:49 PDT 2011 ...which is correct.
Tue Sep 20 01:01:49 PDT 2011
But then I do this in node.js, and I get the wrong time.
date in console will return the server time, whereas using JavaScript on a webpage will return the client's local time.
date