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