function main (userId) local time = GetTime(); INFO("Seconds: " .. time.sec); INFO("Nanoseconds:" .. time.ns); end