I want to display Items with PressDate less than or equal
to current time in my search result webpart in SharePoint 2013.
It is working fine for current date but not considering current time.
{searchTerms} ContentType="ABC" PressDateTime<{Today+1}
Above query not supporting for Now(), due to that it
is showing items which are less than or equal to current (today's) date.
How can I compare time with current system Time?..Thanks in advance.
Regards, --NP