Hi,
I'm Having a list as below,

now i want to filter the items based on date and startofhour. suppose now current time is 2020-11-1 8:30 PM so i want to compare upto hour in the current time and need to get the data t1 and t4.
so i've tried something like below,
Notify eq '2020-11-1 8'
outputs is formatted date i.e. 'yyyy-MM-dd HH' i.e. '2020-11-1 8'