@@ -192,7 +192,7 @@ async function loadGraphList(){
dates = []
for(timestamp of timestamps){
var d = new Date(0);
- d.setUTCMilliseconds(timestamp)*1000;
+ d.setUTCMilliseconds(timestamp*10);
dates.push(d.toLocaleString() + "." + d.getMilliseconds())
}