jarjonam 5 lat temu
rodzic
commit
5512558c9d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pi/web/main.js

+ 1 - 1
pi/web/main.js

@@ -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())
 	}