updated stream schedule

This commit is contained in:
liyunze 2025-03-16 13:56:12 +11:00
parent 9ebc74218e
commit 85476550dd

View file

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