andreasgrill / auto-selfcontrol

Small utility to schedule start and stop times of SelfControl
MIT License
305 stars 37 forks source link

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

Open nayakayp opened 2 years ago

nayakayp commented 2 years ago

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

andreasgrill commented 2 years ago

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