auto-selfcontrol icon indicating copy to clipboard operation
auto-selfcontrol copied to clipboard

Schedule time on 00.00 (midnight) don't work. Use 23.59 instead

Open nayakayp opened this issue 4 years ago • 1 comments

I want to set my app until midnight by setting block schedules like this but I got error. "end-hour": 0, "end-minute": 0

Then I found a working method by setting the time like this "end-hour": 23, "end-minute": 59

nayakayp avatar Sep 21 '21 14:09 nayakayp

You are right, maybe we should make it simpler to block until midnight.

andreasgrill avatar Sep 22 '21 15:09 andreasgrill