Allow access in time and day of week period

Need to allow access
for 192.168.0.4 from 19.00 - 09.00 and on weekend round clock

Try to do this not working

add chain=forward src-address=192.168.0.4 time=9h-19h,fri,thu,wed,tue,mon
action=drop comment=“” disabled=no

:unamused: Any ideas?