-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Timer feature isn't allowed to pass over midnight because of the way we calculate the time spent. If a timer is started at 11:59PM and stopped past midnight, the timer will be deleted. This could be easily fixed by posting getTime() rather than the date because getTime() returns milliseconds since Jan. 1, 1970 and we have a msToHours function that'll calculate the time. This way, the actual date has no play in the calculation and allows for a timer to go past midnight.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers