02.08.2021, 09:23
Code:
d = os.date('*t')
grp.checkwrite('objDate', d)
grp.checkwrite('objTime', d)
d= nil
is checkwrite compatible with date and time objects?
'cause I'm struggling on a script whitch wont update time when it changes....