-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as duplicate of#20943
Closed as duplicate of#20943
Copy link
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.scope: schedulerChanges related to the scheduler.Changes related to the scheduler.type: enhancementIt’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.
Milestone
Description
In this PR:
- Change the format of
SchedulerEvent['start']to bestring - Change the format of
SchedulerEvent['end']to bestring - Change the format of
RecurringEventRecurrenceRule['until']to bestring - Update the docs
The string format should at least support ISO strings ('2026-01-28T11:31:29.081Z'), we can see later which other formats are important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.scope: schedulerChanges related to the scheduler.Changes related to the scheduler.type: enhancementIt’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.