Stream schedule update

This commit is contained in:
liyunze 2026-04-22 17:00:32 +10:00
parent 700a7bb3d7
commit 3f61c12bcb

View file

@ -11,11 +11,11 @@
const myStreamSchedule: null | StreamScheduleDay[] = [ const myStreamSchedule: null | StreamScheduleDay[] = [
{ {
start: getUpcomingTimeDevTZ(4, "10:00"), start: getUpcomingTimeDevTZ(4, "11:00"),
end: getUpcomingTimeDevTZ(4, "20:00"), end: getUpcomingTimeDevTZ(4, "16:00"),
}, },
{ {
start: getUpcomingTimeDevTZ(5, "14:00"), start: getUpcomingTimeDevTZ(5, "11:00"),
end: getUpcomingTimeDevTZ(5, "20:00"), end: getUpcomingTimeDevTZ(5, "20:00"),
}, },
]; ];