K6 html report showing different values from console output

We have been using K6 scripts and recently I have started to use the inbuilt html report to both monitor and generate a report to share.

One thing I noticed is that the values being output to the report are different from the values in the direct console output.

This is an example from a recent run

In this screen shot we see a p95 of 1m but when looking at the direct output we see this

image

Is there a reason the html report shows a break down on the values to only a rounded minute while the output gives us min and seconds? Can we configure that?