Hi, guys!
I need to get the difference in hours between _time and now(). How can I get this number?
hi @raultav,Use eval command.
| eval diff=round((now()-_time)/3600, 0)
View solution in original post