Another newbie question I’m afraid.
Is there a way to find all nodes that contain a datetime between the times of 17:00 and 19:00, but ignoring the date part? I’ve tried playing around in ratel to see if I can achieve this, and searched and searched. One solution I’ve thought of is to save the time separately in a different datetime triple where the date is set to Jan 1, 1970. That will probably work but it doesn’t feel very elegant. Is there a way to do this with a normal datetime?