from_unix.Rd
Converts UNIX timestamp to datetime format
from_unix(x)
UNIX timestamp to be converted to datetime
if (FALSE) { # Convert unix timestamp to datetime (POSIXct) from_unix(1538430000) }