13.03.2023, 07:48
Use this:
Code:
tsec, tusec = os.microtime()
tmsec = tsec * 1000 + math.floor(tusec / 1000)
log(tmsec)
os.time()
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
RE: os.time() - by admin - 04.12.2018, 13:50
RE: os.time() - by Zen - 10.03.2023, 19:43
RE: os.time() - by AlexLV - 04.12.2018, 15:05
RE: os.time() - by Erwin van der Zwart - 11.03.2023, 07:25
RE: os.time() - by Zen - 11.03.2023, 17:50
RE: os.time() - by admin - 13.03.2023, 07:48
RE: os.time() - by Zen - 13.03.2023, 08:14
|