我想知道是否有人知道任何声明性语言来表达绝对日期时间多间隔。我的意思是集合,它们是时间间隔的并集/交集/补集。
我想代表的区间是:
(
(from the second day of the month to the 10th) intersection (months 1,2,3,10)
)
union
(
(from the second monday of january to the 3rd of july) intersection (not in(mondays, fridays))
)
我不是在寻找库,而是在寻找某种语言规范。
我正在寻找的一个示例是您可以在此处找到的 cron 表达式。