20.02.2024, 12:22
Code:
-- get current timestamp (in seconds) and add 25 hours to it
ts = os.time()
ts = ts + 25 * 60 * 60
-- convert timestamp to table
date = os.date('*t', ts)
-- update objects with 3 byte date / time data types
grp.checkupdate('32/0/20', date)
grp.checkupdate('32/0/21', date)