mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
updated schedule
This commit is contained in:
parent
9c311c207b
commit
4d749b465e
1 changed files with 10 additions and 1 deletions
|
|
@ -9,7 +9,16 @@
|
||||||
end: moment.Moment;
|
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.
|
* Calculates the upcoming specified time for a given day of the week in my timezone.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue