Skip to contents

Convert a Posix time to a timestamp

Usage

fromPosixTime(posix)

Arguments

posix

a vector of integer numbers of seconds since Unix Epoch

Value

a POSIXct object

Examples

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