mirror of
https://github.com/Ellpeck/ObsidianSimpleTimeTracker.git
synced 2024-11-16 07:23:12 +01:00
13 lines
502 B
Markdown
13 lines
502 B
Markdown
|
# Notes
|
||
|
More notes for my cool project! This note shows that we can correctly display accumulated time that lasts longer than a 24 hour day!
|
||
|
|
||
|
```simple-time-tracker
|
||
|
{"entries":[
|
||
|
{"name":"test","startTime":1596265200,"endTime":1627887600,"subEntries":null},
|
||
|
{"name":"test","startTime":1627801200,"endTime":1633158000,"subEntries":null},
|
||
|
{"name":"test","startTime":1659337200,"endTime":1659423600,"subEntries":null},
|
||
|
{"name":"test","startTime":1664627410,"endTime":1664631605,"subEntries":null}
|
||
|
|
||
|
]}
|
||
|
```
|