TimeZone.Constructor(gmtOffsetInSeconds As Integer)

From Xojo Documentation

Constructor
TimeZone.Constructor(gmtOffsetInSeconds As Integer)

New in 2019r2

Creates a time zone using the specified GMT offset.

Sample Code

Create time zone for GMT 0, which is often useful for storing date/time values:

Var gmt As New TimeZone(0)