You will have to use some function that converts the dstreamTime (ms since
epoch, same format as returned by System.currentTimeMillis), and your
application-level time.

TD


On Mon, Jul 21, 2014 at 9:47 AM, Sean Owen <so...@cloudera.com> wrote:

> Uh, right. I mean:
>
> 1405944367 = Mon, 21 Jul 2014 12:06:07 GMT
>
> On Mon, Jul 21, 2014 at 5:47 PM, Sean Owen <so...@cloudera.com> wrote:
> > That is just standard Unix time.
> >
> > 1405944367000 = Sun, 09 Aug 46522 05:56:40 GMT
> >
> >
> > On Mon, Jul 21, 2014 at 5:43 PM, Laeeq Ahmed <laeeqsp...@yahoo.com>
> wrote:
> >>
> >>
> >> Hi TD,
> >>
> >> Thanks for the help.
> >>
> >> The only problem left here is that the dstreamTime contains some extra
> information which seems date i.e. 1405944367000 ms whereas my application
> timestamps are just in sec which I converted to ms. e.g. 2300, 2400, 2500
> etc. So the filter doesn't take effect.
> >>
> >> I was thinking to add that extra info to my Time(4000). But I am not
> really sure what it is?
> >>
>

Reply via email to