Closed shugyosha89 closed 4 years ago
@squatmaestro You are more than welcome to submit the PR. Task Scheduling option was originally going to be removed as the task schedules would be managed by server component. I suppose that entire form should get a face lift and better options management.
I am going to close this as I do not intend to spend any more time on local task scheduling -- I would prefer to focus on the server component providing this functionality. While it is not ideal, the task schedule can be created using the existing form and then modified in the task scheduler to accommodate scheduling needs. It will be a long process to recreate the dialogs that already exist in Windows task scheduler.
When displaying datetimes, Taskt sometimes uses a 12-hour format without am/pm markers.
There were 3 issues that stood out to me:
The cause is the use of "hh/mm/ss"-like formatting. Changing "hh" to "HH" in the three relevant locations would change to 24-hours.
I already amended my local copy of the repository. If you'd like me to submit the fix please let me know.
Thank you for your hard work creating Taskt.