Unix Timestamp is a date and time representation that measures time by the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970. This node converts the Unix timestamp format to a Date format.

Name Description
Unix This is the input integer value of date/time in Unix timestamp format.
Date This is the output of the date/time as a date data type.