There is __timeShift() function which allows adding or subtracting arbitrary amount of days, hours, minutes and seconds to/from the current/provided date
Example syntax:
Text version just in case:
- Tomorrow: `${__timeShift(yyyy-MM-dd'T'hh:mm:ss.SS'Z',,P1D,,)}`
- Week after: `${__timeShift(yyyy-MM-dd'T'hh:mm:ss.SS'Z',,P7D,,)}`
- etc.
More information:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…