|
Am 28.03.2017 um 12:32 schrieb Javier
Mr:
Hi. os.time() normally operates on local time. I usually apply a correction: utc = os.time{ ...some table ...} - os.time{year=1970, month=1, day=1, hour=0} which subtracts the offset to local time. -- Oliver |