minutes_ago.Rd
The time x minutes before now
minutes_ago(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 time, x minutes ago
minutes_ago(1)
#> [1] "2022-03-23 15:53:38 UTC"
minutes_ago(60)
#> [1] "2022-03-23 14:54:38 UTC"