RE: settimezone doesn't work |
To set the timezone for a date or timestamp us setTimeZone.
var today = Date.timestamp();
today = Date.setTimeZone(today, "GMT");
By default dates will be in ET (North America Eastern Time/New York) What code are you using, and what result do you get? |
|
|
|
|