1
0
Fork 0

[sleeplog] Update interface.html

master
storm64 2022-05-24 13:01:54 +02:00
parent b9ed7e75a7
commit 9ca37915b3
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function getFnList() {
files = files.map(file => {
var ret = {
bName: file,
date = (parseInt(file.substr(9, 4)) + 0.25) * 12096E5,
date: (parseInt(file.substr(9, 4)) + 0.25) * 12096E5,
}
ret.dName = new Date(ret.date).toISOString().substr(0, 10) + "_" + new Date(ret.date + 12096E5).toISOString().substr(5, 5);
ret.dateA = new Date(ret.date).toLocaleDateString(undefined);