FromUnixEpoc
Name
FromUnixEpoc
Syntax
FromUnixEpoc(Integer unixEpoc)
Purpose
To get date time object for the specified Unix Epoch value.
Description
Returns date time object representing the specified Unix Epoch.
Return Type
DateTime
Parameter
unixEpoc [System.Int64]
Example

In this example, we will pass an integer value, representing Unix epoch, to the function transformation object using a Variables object.
Where,
unixEpoc = 1660450105

In the output window you can see that the specified Unix epoch value has been converted into a date time value.
