Event Date and System Filter
Updated: 22 May 2010 | 1 comment
This issue has been solved. See solution.
Hello,
I am in process of using the NewsFeeder tool to replay back existing events into a new archive. Trying to filter out events from a previous date so that they do not become correlated when I replay the events. What format is the eventdate stored as so that I may construct my filter properly?
eventdate >= ___________
Thanks!
Dean
discussion Filed Under:
Comments
it should be LONG
Hi, Dean.
it should be a number of milliseconds till 1970.
You can try using http://www.onlineconversion.com/unix_time.htm to convert the human readable date like 12/5/2009 0:00:00 to 1259971200 and back.
Thanks,
Alexey.
Would you like to reply?
Login or Register to post your comment.