If you'll forgive the late reply... I ran into your problem this morning and found a workaround. (And wanted to answer in case someone else runs across this thread in the future, like I did.) Either leave the "Earliest Offset" value blank, or default, and then hard-code the time you need into your search. For example, I needed to look back 1 month, so I added the following to my first line: earliest=-1mon That solved the issue for me.
... View more