... converte a number -> time_next_update_unix https://i.postimg.cc/gkMnfYQt/tt.png I found this function but not run ok FUNCTION UnixToDate(nUnix) LOCAL nSecs, dDate, cTime, dDateTime nSecs := nUnix - 28800 // correzione fuso orario dDate := CTOD("01/01/1970") ...