?
datetime-from-unix-time
Summary​
Converts the given unix time to an ISO 8601 datetime
Description​
Up to 253402300799 seconds is supported. Unix times are always in UTC and therefore the datetime will be returned in UTC.
Fields​
unix_time​
The unix time in the chosen time unit.
time_unit​
The time unit for the result: millisecond, microsecond, nanosecond, second.
Helpful?