Internet Direct (Indy) Version 9.0.2 Beta
TIdDateTimeStamp.GetTimeZoneAsString
Offset of the local timezone from GMT.

function GetTimeZoneAsString: String;
Returns
String - Offest hours and minutes from GMT.

Description
GetTimeZoneAsString is a String function that returns a value that indicates the offset of the local time zone from GMT (Greenwich Mean Time). THe value is expressed as a positive or negative number of hours and minutes from UTC. For example:

      -0500
      +0000
      +0300
    

GetTimeZoneAsString calls GetTimeZoneHour and GetTimeZoneMinutes to calculate the offset from UTC. GetTimeZoneAsString is used as the read access specifier for the TimeZoneAsString property.