rust - How I get the current time in milliseconds? -


How can I get it in milliseconds in Java at the current time?

  System.currentTimeMillis ()  

You can use it:

external crate time; Fn Main () {println! ("{}", Time :: now ()); }

It gives returns that you can get whatever you want exactly.


Comments