14.01.2019, 20:59
(This post was last modified: 14.01.2019, 21:00 by Erwin van der Zwart.)
Hi,
Yes you can but you need script. You can use this:
BR,
Erwin
Yes you can but you need script. You can use this:
Code:
stamp = os.date('*t', grp.find('1/1/1').updatetime)
value = string.format("'%04d-%02d-%02d %02d:%02d:%02d'", stamp.year, stamp.month, stamp.day, stamp.hour, stamp.min, stamp.sec)
log(value)
Erwin