@@ -551,10 +551,10 @@
}
function time(t) {
- let stringTime = '2000-01-01 ' + t + ':00';
+ let stringTime = '2000-01-11 ' + t + ':00';
// alert(stringTime);
let timestamp = Date.parse(new Date(stringTime));
- // alert(timestamp);
+ alert(timestamp);
timestamp = timestamp / 1000;
return timestamp;