Time.seconds

Int(64)

Time represented in number of seconds since Epoch

As consequence of result being an int, only values from 13-Dec-1901 20:45:51.000001 UTC to 19-Jan-2038 03:14:07.999999 UTC can be evaluated.

For dates outside the supported range use getMicroSeconds() / 1000000 instead