0

I note that you can use echo %time:~0,12% to get the time to the nearest 100th of a second.

However, ideally I would like to get the time since 00:00 GMT, January 1, 1970 in seconds to three decimal places (eg 1352822663.863).

It seems like there are no easy ways to do this... could anyone recommend a good starting point?

Lee
  • 29,398
  • 28
  • 117
  • 170
  • 1
    There's no point, clock accuracy is ~16 msec. – Hans Passant Nov 13 '12 at 18:51
  • possible duplicate of [what is the windows equivalent of the command "date+%s"](http://stackoverflow.com/questions/11124572/what-is-the-windows-equivalent-of-the-command-dates) That question has a few answers that provide what you are looking for, also known as Unix time, or POSIX time. – dbenham Nov 13 '12 at 18:53

0 Answers0