object(TimeRange) Calendar.TimeRange()->set_timezone(object(Timezone) tz) object(TimeRange) Calendar.TimeRange()->set_timezone(string tz) object(TimeZone) Calendar.TimeRange()->timezone()
Set or get the current timezone (including dst) rule.
The time-of-day may very well change when you change timezone.
To get the time of day for a specified timezone, select the timezone before getting the time of day:
Year(2003)->...->set_timezone(TimeZone.CET)->...->hour(14)->...
Extracted from Pike v7.3 release 11 at 2001-11-03.