Re: How can I get UNIX in milliseconds format?

"Stephen R. van den Berg" <[email protected]> Fri, 26 Apr 2019 12:25:43 +0200
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
MineMoreGames wrote:
>Basically as the subject suggests, I want to get UNIX in ms and not in s.
>And no, multiplying in 1000 is not what I???m looking for because it???s not accurate at all.

If you're just looking for timing differences with ms resolution, you might
look into gethrtime() as well.
-- 
Stephen.