The time x minutes before now

minutes_hence(minutes = 0, tzone = "")

Arguments

minutes

integer number of minutes

tzone

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.

Value

The date time, x minutes from now

Examples

minutes_hence(60)
#> [1] "2022-03-23 16:54:38 UTC"
minutes_hence(2440)
#> [1] "2022-03-25 08:34:38 UTC"