Float timestamp #24369
-
QuestionHi, An example How can I convert it to timestamp format? Or is there a method to convert to timestamp from float Vector ConfigNo response Vector LogsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Since |
Beta Was this translation helpful? Give feedback.
Since
from_unix_timestamptakes in an integer you'll want to multiply, cast to int and then pass it intofrom_unix_timestamp. This playground link should provide you a working solution.