Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithThe code below should work for you.. there are many choices available on how to format the data.
StartTS = timeStamp(date(2013,12,10),time(22,30,0))
EndTS = timeStamp(date(2013,12,11),time(22,30,0))
TestData = timeStamp(mydatadate,mydatatime)
emit *
where StartTS <= TestData and TestData <= EndTS