Converts UNIX timestamp to datetime format

from_unix(x)

Arguments

x

UNIX timestamp to be converted to datetime

Examples

if (FALSE) { # Convert unix timestamp to datetime (POSIXct) from_unix(1538430000) }