Set the Local Time
utc, isdst = time.setlocal(tm, isdst)
Sets the real time clock.
Parameter | Type | Description |
---|---|---|
tm |
integer | UNIX Local Time |
isdst |
boolean | Whether daylight saving |
Returns | Type | Description |
---|---|---|
utc |
integer | UNIX UTC Time |
isdst |
boolean | Whether daylight saving |