Hi,
Its not clear to me if this function gets seconds since epoch until now GMT(UTC) or until local time.
I assume the epoch itself was a fixed UTC point.
And again, if call it with a table, like this;
epochSeconds = os.time( { year = 2015, month = 12, day = 25, hour = 0, min = 0, sec = 0, isdst= false } )
Am I getting the seconds from the epoch till xmas day GMT, or seconds from the epoch till xmas local time?
Many thanks