Set the UTC Time

utc, isdst = time.setutc(utc, isdst)

Sets the real time clock.

Parameter Type Description
utc integer UNIX UTC Time
isdst boolean Whether daylight saving
Returns Type Description
utc integer UNIX UTC Time
isdst boolean Whether daylight saving