[closed] Kapacitor UDF: How to read timestamp in UDF?

Hello,

I have a UDF in which I am need to use timestamp in my code (inside point method as my UDF wants and provides STREAM). I need both field value and timestamp for my algorithm. We can select our field value (type double) in point method by using point.fieldsDouble[self._field].
But is it there a way to read timestamp inside an UDF?

Thanks,
paraq

I managed to get the time in UDF using point.time

Hi,

Can you please share the part of code or UDF which does this?
self._valuesArray handles values. What is the timestamp in this format?