typescripttypescript line implemented in the denodeno runtime to get the nanonanoseconds from epoch, which system CLOCKCLOCK or SYSCALLSYSCALL does it use, is it possible for a denodeno contributor to point me towards the (rust?) source code for the implementation?ffiffi to integrate with a typescripttypescript process in a denodeno runtime. I want to get nanosecond-precision timestamps in my ffiffi process that are consistent with the timestamps in tsts. When I use REALTIMEREALTIME as the clock:ubuntuubuntu I get nanonanoseconds from epoch resolution, and I'm good. :check: macosxmacosx I get micromicroseconds from epoch resolution, and that's a problem. :no: macosxmacosx preceeded by their resolutions..nsec.nsec field in the first resres line for a clock gives the resolution in nanoseconds, and the .sec.sec + .nsec.nsec fields in the second nownow line for a clock reading give the current time stamp for that clock.REALTIMEREALTIME clock has the proper time since epoch, but has it in 10001000 .nsec.nsec => micromicrosecond resolution so returns 000000 for the last three digits of .nsec.nsec in the reading.ffiffi process as in the denodeno typescript process.typescripttypescript line implemented in the denodeno runtime to get the nanonanoseconds from epoch, which system CLOCKCLOCK or SYSCALLSYSCALL does it use, is it possible for a denodeno contributor to point me towards the (rust?) source code for the implementation?Join the Discord to ask follow-up questions and connect with the community