UnixTimeStampToDateTime (Real unixTimeStamp)
Last updated
Last updated
© Copyright 2023, Astera Software
Name | UnixTimeStampToDateTime |
Syntax | UnixTimeStampToDateTime (Real unixTimeStamp) |
Purpose | To convert a Unix time stamp to a date time value. |
Description | Converts Unix time stamp to a date time value. |
Return Type | Real |
Parameter | unixTimeStamp [System.Double] – UNIX timestamp to convert into Datetime |
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.