updated schedule

This commit is contained in:
liyunze 2025-07-07 14:38:54 +10:00
parent 9c311c207b
commit 4d749b465e

View file

@ -9,7 +9,16 @@
end: moment.Moment;
};
const myStreamSchedule: null | StreamScheduleDay[] = [];
const myStreamSchedule: null | StreamScheduleDay[] = [
{
start: getUpcomingTimeDevTZ(4, "11:00"),
end: getUpcomingTimeDevTZ(4, "16:00"),
},
{
start: getUpcomingTimeDevTZ(5, "11:00"),
end: getUpcomingTimeDevTZ(5, "16:00"),
},
];
/**
* Calculates the upcoming specified time for a given day of the week in my timezone.