Formula to convert job run timestamp into seconds from 1970?
I am trying to configure a REST call with OAuth 1.0 token based authentication.
For the generation of the session token, I need the timestamp in seconds from 1970.
Is there a formula that would allow me to convert the job run timestamp into that format?
Best Answer
C
CJ Wee
said
over 6 years ago
Hi Gabriel,
To convert at timestamp into seconds, you can use the .to_i formula and the output will be the number of seconds from 1970.
Answer
CJ Wee
said
over 6 years ago
Hi Gabriel,
To convert at timestamp into seconds, you can use the .to_i formula and the output will be the number of seconds from 1970.
Gabriel Burgener
Formula to convert job run timestamp into seconds from 1970?
Hi Gabriel,
To convert at timestamp into seconds, you can use the .to_i formula and the output will be the number of seconds from 1970.
CJ Wee
Hi Gabriel,
To convert at timestamp into seconds, you can use the .to_i formula and the output will be the number of seconds from 1970.