14.03.2019, 21:13
Hi,
I have a device it which returns a time stamp, in the follow format: 1552587707032
Now I need to send the current time back in the same format. os.time generates a time like 1552589984 which is 3 digits less that what the device is expecting. Does anybody have an idea how to get the same format?
Thanks,
Roger
I have a device it which returns a time stamp, in the follow format: 1552587707032
Now I need to send the current time back in the same format. os.time generates a time like 1552589984 which is 3 digits less that what the device is expecting. Does anybody have an idea how to get the same format?
Thanks,
Roger