Implementation of time zone support rendered the offset instance variable in DateAndTime obsolete. The offset instance variable had been a Duration representing the seconds the DateAndTime object was offset from UTC (GMT). It has been replaced by an instance variable named timeZone. The timeZone instance variable is an instance of EsTimeZone which holds the timeZoneRuleSet of the DateAndTime object and the current timeZone Rule in effect for the DateAndTime object.
|