10.03.2023, 19:43
(04.12.2018, 13:50)admin Wrote: It is UNIX timestamp, number of seconds from January 1st, 1970. You can use os.date(fmt, time) to convert to human-readable date. If you need a relative value (hours, minutes etc between two timestamps) then you need to convert manually using / and % math operators.
Hi admin, is there any way to get UNIX 13-digit timestamp rather than the 10-digit?