R/unix_time.R
fromPosixTime.Rd
Convert a Posix time to a timestamp
fromPosixTime(posix)
a vector of integer numbers of seconds since Unix Epoch
a POSIXct object
fromPosixTime(1501668000) #> [1] "2017-08-02 10:00:00 UTC"