Hello,
how can I convert the scripter variable "Agent Call Start Time" to unix UTC format?
For example:
from 10/08/2019 5:34:49 to 1570556089
Thank you.
Daniele
Hello,
how can I convert the scripter variable "Agent Call Start Time" to unix UTC format?
For example:
from 10/08/2019 5:34:49 to 1570556089
Thank you.
Daniele
It might be possible to do in an action and/or dynamic variable using the additional functions like indexOf
and substr
to parse the timestamp and then use the math functions to add it up into a unix timestamp.
Alternatively, a simple web service of your design could be invoked via a data action to do the conversion in the programming language of your choosing.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.