minutes_hence.Rd
The time x minutes before now
minutes_hence(minutes = 0, tzone = "")
integer number of minutes
a character vector specifying which time zone you would like to find the previous date of. tzone defaults to the system time zone set on your computer.
The date time, x minutes from now
minutes_hence(60)
#> [1] "2022-03-23 16:54:38 UTC"
minutes_hence(2440)
#> [1] "2022-03-25 08:34:38 UTC"