-
Type:
New Feature Request
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: Server (S)
As is, comparing the current month requires using the date() function, which also relies on the year being correct in the comparison. For example, if I want to adjust for summer temperatures on outdoor sensors, I have to write date()>=20260601 and date()<20260901.
A separate function (month(), monthofyear()) would not require annual adjustments on such triggers, for example month()>=6 and month()<9.