You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs for from_unixtime claim to convert a UNIX epoch integer into an RFC3339 timestamp:
Converts an integer to RFC3339 timestamp format (YYYY-MM-DDT00:00:00.000000000Z). Input is parsed as a Unix nanosecond timestamp and returns the corresponding RFC3339 timestamp.
They actually convert the integer into an Arrow Timestamp. That just happens to be formatted as an RFC3339 timestamp when rendered in the console, to JSON, etc.