IE Search Based on thePersistInfo.modifyStamp
Hello everyone,
I have a webject that I'm searching for files based onthePersistInfo.modifyStamp. I'm looking for objects that have been modified since a certain date in time. My webject line looks like this..
<ie:param name="WHERE" data="thePersistInfo.modifyStamp">'$(@FORM[]moddate[])"/>
As you can see, I am searching for a date/time greater than what is provided by the form.
The problem that I'm having is getting it to search down to the hh:mm:ss. This was working before, but we have changed our WC configurationa and now it is only searching down the date.
Ex.
Assume this modify date on a object: 2012-03-06 02:33:19 GMT
If I pass this argument to the webject:2012-03-05 02:01:01, I get the correct files.
Now assume I pass2012-03-06 02:40:19 to the webject. I shoud not get the object with the modify date above and yet, I am.
I cannot explain how this was working before and not now. Is there a setting somewhere in IE that dictates the sensitivity?
**EDITED**
I tested the webject on another instance that has an architecture more similar to our old machine and the webject searches down to the minute just fine. I'm hoping this is just sensitivity setting somewhere.

