Unix Timestamp | Community
Skip to main content
Diego_Lineros2
New Participant
August 17, 2017
Solved

Unix Timestamp

  • August 17, 2017
  • 1 reply
  • 4316 views

Hi all,

Any way to get a system token with Unix Timestamp, or populate a field with it?

Thank you!!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

That's great! ... but any idea why I am getting

{"errorMessage":"ERR: Runtime error (strict mode): TypeError: Cannot read property 'HmacSHA1' of undefined"}


Make sure you're on

     api.teknkl.com/flowboost_v16/run

1 reply

SanfordWhiteman
New Participant
August 17, 2017

Heh, I know you have a way, Diego, if you know what I mean.

var timestamp = new Date().getTime();

Diego_Lineros2
New Participant
August 17, 2017

I know.. but I was trying to save transactions.

SanfordWhiteman
New Participant
August 18, 2017

Understood! What do you need to use epoch time for where it can't be converted from ISO on the way into whatever system needs it next?