R/add.R
dtt_add_seconds.Rd
Add Seconds
dtt_add_seconds(x, n = 1L, ...)
A POSIXct vector.
An integer of the number of seconds to add
Unused.
The modified POSIXct vector.
dtt_add_seconds(Sys.time())#> [1] "2020-03-05 13:40:00 PST"