Time Nick Message 00:33 paramat now merging 3410 3411 00:43 paramat merged 06:45 VanessaE ok so.. if someone wanted to write a mod to get the current time of day (realtime, not game time), and os.time() doesn't work, what other option is there? 06:46 sofar os.clock() or os.date? 06:46 VanessaE os.clock() ? 06:46 sofar for k, v in pairs(os.date("*t")) do print(k, v) end 06:47 sofar a quick google... 06:47 VanessaE hm, no 06:47 VanessaE "The os.clock function returns the number of seconds of CPU time for the program. Its typical use is to benchmark a piece of code:" 12:18 crazyR_ VanessaE Is there any specific reason why 'os.time()' wouldnt work? 16:19 VanessaE crazyR_: turned out to be a locale-specific issue 17:05 thePalindrome Could I get https://github.com/minetest/minetest/pull/3382 looked at again? Pretty sure there's enough approval