|
|
I need to search text data for epoch dates that fall in a range. The problem is, everything I see for an example uses 1 imput in the sec format, and the converter spits out the result, I need to be able to search for a range of epoch dates so I can capture all epoch dates in a doc between 00:00:00 & 24:00:00.
For example, if I want to find all instances which occured on 1 Jan 2008 from a list of epoch dates starting at 00:00:00 and ending at 24:00:00.
|
|
|