Compare commits

...

3 commits
v1.0.1 ... main

Author SHA1 Message Date
8809daca7e
Update dependencies 2022-09-29 21:33:40 +02:00
a1c06f84ae
Merge pull request #2 from Feuerhamster/main
format timestamp
2022-09-19 02:02:55 +02:00
Lena Emme
27f679146e format timestamp 2022-09-11 22:41:20 +02:00
2 changed files with 1661 additions and 1543 deletions

View file

@ -19,6 +19,9 @@ export default {
while (tmp.length < 20) {
tmp.unshift({});
}
for (let t of tmp) {
t.timestamp = new Date(t.timestamp).toLocaleString();
}
return tmp;
}
}

3201
yarn.lock

File diff suppressed because it is too large Load diff