Xojo.Core.Date.Constructor(secondsFrom1970 As Double, timezone As TimeZone)
From Xojo Documentation
Constructor
Creates a date using number of seconds from the first instant of 1 January 1970, GMT. Use a negative value to specify a date before this date.
Sample Code
Convert a Unix Epoch value to a date:
Convert a date in the current time zone to GMT: