Edit. Worked it out. I was looking for an expression to limit a recording to a specific "day of week". In this case Monday. This did it.
AND strftime('%w',start_time,'localtime') is '1'
It would be great if we could add a few more examples to the wiki. If I can get a login I will add a few.
AND strftime('%w',start_time,'localtime') is '1'
It would be great if we could add a few more examples to the wiki. If I can get a login I will add a few.