setTextTimezone
It looks like the argument taken by setTextTimezone is in hours not milliseconds.
The line below sets the time forward 7 hours and not 7 milliseconds
date.setTextTimezone(-7);
The line below sets the time forward 7 hours and not 7 milliseconds
date.setTextTimezone(-7);
Florin
January 23,