System.TimeZone (gb)

Static Property Read TimeZone As Integer

Desde 3.4

Return the system timezone.

The returned value is the number of seconds you must add to the local time to get the UTC time.

The logic is inverted with the way timezone are usually printed.

For example, if the shell date command prints "UTC+2", System.TimeZone will return -7200.