07.11.2017, 09:28
The you can use a string/text object like this:
Code:
-- get current date as a table
date = os.date('*t')
-- format as HH:MM
text = string.format('%02d:%02d', date.hour, date.min)
grp.update('1/1/1', text, dt.string)