Sets the timezone for the output text.
If the output timezone is not specified the dates are converted to the local timezone.
nulldate.setTextTimezone(offset);
offset (number) - timezone offset in milliseconds
var date = new AW.Formats.Date;
date.setTextTimezone(1*3600000); // GMT+1 hour
setDataTimezone, setTextFormat, setCellFormat methods