When using the ping utility on Windows look at the last two lines of the ping output to get the RTT summary. It says something like
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 3ms, Average = 2ms
For a single ping the RTT is just shown as "time". In your example it's always "time<1ms", so the RTT is less than 1 millisecond.
When using the ping utility on Linux you usually get more detailed/accurate values.