Internet Direct (Indy) Version 9.0.1 Beta
TimeZoneBias
Calculates the local timezone difference from UTC.

function TimeZoneBias: TDateTime;
Returns
Double - Hours and fractional minutes offset from UTC.

Description
TimeZoneBias is a Double function that returns the difference between the local timezone for a computer system and Universal Time Coordinates (UTC).

TimeZoneBias is expressed using any applicable local timezone conventions like Daylight Savings Time, and represents the number hours and fractional minutes that the timezone differs from UTC.

Note: On the Linux platform, TimeZoneBias uses the value from GTimeZoneBias as the local timezone difference for daylight savings time.