Internet Direct (Indy) Version 9.0.2 Beta
TIdDateTimeStamp.TimeZoneAsString
Returns the timezone offset in hours and minutes from GMT.

property TimeZoneAsString: String;
Description
TimeZoneAsString is a read-only String property that indicates the positive or negative offset hours and minutes for the local timezone from GMT (Greenwich Mean Time). TimeZoneAsString is expressed in a format like '+HHMM' or '-HHMM'.

TimeZoneAsString is used when constructing an RFC-complaint date time value using GetAsRFC882.

TimeZoneAsString implements GetTimeZoneAsString as the read access specifier for the property value.