mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
updated stream schedule
This commit is contained in:
parent
2df86a9063
commit
b5be7e7711
1 changed files with 5 additions and 5 deletions
|
|
@ -4,15 +4,15 @@
|
||||||
|
|
||||||
const myStreamSchedule = [
|
const myStreamSchedule = [
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(3, "10:00"),
|
start: getUpcomingTimeDevTZ(2, "9:30"),
|
||||||
end: getUpcomingTimeDevTZ(3, "14:00"),
|
end: getUpcomingTimeDevTZ(3, "16:00"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(4, "10:00"),
|
start: getUpcomingTimeDevTZ(4, "9:30"),
|
||||||
end: getUpcomingTimeDevTZ(4, "16:30"),
|
end: getUpcomingTimeDevTZ(4, "16:00"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
start: getUpcomingTimeDevTZ(5, "10:00"),
|
start: getUpcomingTimeDevTZ(5, "9:30"),
|
||||||
end: getUpcomingTimeDevTZ(5, "19:00"),
|
end: getUpcomingTimeDevTZ(5, "19:00"),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue