UnixTimeStampToDateTime (Real unixTimeStamp)
Example
In this example, we will pass a Unix time stamp value to the function transformation object using a Variables object.
Where,
unixTimeStamp = 1431053627.234523
In the output window, you can see that the provided Unix time stamp value has been converted into a date time value.
Last updated