jarjonam 5 년 전
부모
커밋
5512558c9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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())
 	}