Helper.GetUniqueString() DOES NOT return seconds

I´m having some trouble with Helper.GetUniqueString(), because they only returns year, month, day, hour, minutes AND milliseconds, but NOT the seconds. That’s a normal behavior?

On this topic (JScript Helpers and Functions) QMcKay says:
“Helper.GetUniqueString(); // generates a string like 20160417145248261 - yyyyMMddHHmmssfff”

But is not what is happening.
I’m receiving yyyyMMddHHmmfff, and NOT the ss.

image

image

I really need to get a 9 digit number composed by hours, minutes, seconds and miliseconds.
Thanks for any help!

Could you not just use {DATE:hhmmss etc}

1 Like

Yes, this could be a solution.
Thank you!