schedule prematurely advances #27

Open
opened 2021-10-26 18:23:31 +00:00 by khuxkm · 1 comment
Contributor

the schedule will occasionally move to the next day before you would expect it to. for instance, as of the writing of this issue, it is Tue Oct 26 18:22, and yet, the first day visible on the calendar is Wed Oct 27.

the schedule will occasionally move to the next day before you would expect it to. for instance, as of the writing of this issue, it is Tue Oct 26 18:22, and yet, the first day visible on the calendar is Wed Oct 27.
Author
Contributor

AFAICT this issue is caused by schedule/schedule.php giving a window of now + 1 day to now + 8 days. I'm not sure why this was done, but I know for a fact I ended up having to set from to now to get ICS calculation to work.

AFAICT this issue is caused by `schedule/schedule.php` giving a window of `now + 1 day` to `now + 8 days`. I'm not sure why this was done, but I know for a fact I ended up having to set from to `now` to get ICS calculation to work.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tilderadio/site#27
No description provided.