generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated formatting of duration to allow for more than 1 24 hour day d…
…urations.
- Loading branch information
Kyle Ferguson
committed
Nov 23, 2022
1 parent
402b97c
commit 85ee96f
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 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} | ||
]} | ||
``` |