Skip to contents

Convert a Unix time to a timestamp

Usage

fromUnixTime(posix)

Arguments

posix

a vector of integer number of seconds since Unix Epoch

Value

a POSIXct object

See also

fromPosixTime

Examples

fromUnixTime(1501668000)
#> [1] "2017-08-02 10:00:00 UTC"