Is there a smart way to get the local time using os.date(), including the DST (Daylight Saving Time)? I would not like to add a hard-coded integer to the timestamp, but instead use something that calculates it for me, based on the timezone and taking account the DST.
Actually, is there a way to set the timezone in LogicMachine, so the local time of os.date() is correct?
Actually, is there a way to set the timezone in LogicMachine, so the local time of os.date() is correct?