are_weekday_times_unique#
- scheduler.util.are_weekday_times_unique(weekday_list: list[scheduler.trigger.core.Weekday], tzinfo: tzinfo | None) bool [source]#
Check if list contains distinct weekday times.
Warning
Both arguments are expected to be either timezone aware or not - no internal checks.
- Parameters:
- weekday_listlist[Weekday]
List of weekday objects.
- Returns:
- boolean
True
if list entries are not equivalent with timezone offset.