anyway to deal with unix epoch nanoseconds?
SonOfBuzi
Posts: 12 ✭
anyway to deal with unix epoch nanoseconds like this 1672784149796000000 in event breaker rules?
0
Answers
-
Yes, just divide by 1000000.
0 -
You can set fields in the event breaker so set the `_time = _time / 1000000`
0 -
If that's the field that has the nanoseconds
0 -
auto timestamp seems to handle this pretty well
0 -
resulted in: _time=1672784149.796
0 -
yeah automatic seems to work the best
0 -
thanks
0