Return the Local Time
#Firmware/v282
sec = os.localtime(...)
Equivalent to time.utctolocal(os.time(...))
time.utctolocal(os.time(...))