Conditional access for part of the year

Running into a scenario where a road is closed to motor vehicles on one day a week for only a certain time of the year. Now this is currently being implemented using:

motor_vehicle:conditional=no @ (Wd 00:01-23:59)

Though this doesn’t properly reflect that this closure only occurs May 3rd - September 27th. Is there a supported way of implementing this additional restriction?

If not I may suggest the following proposal to address this condition:

motor_vehicle:conditional=no @ (Wd 00:01-23:59 + 2023 May 03 - 2023 Sep 27)

That would rather be

motor_vehicle:conditional=no @ (May 03 - Sep 27 Wd)

where Wd is the actual day of the week. You also added 2023, is hat correct? In that case motor_vehicle:conditional=no @ (2023 May 03 -2023 Sep 27 Wd).

1 Like

00:00-24:00 is an accepted notation in opening hours as was figured just saying We (not Wd) makes it the whole day.

1 Like