hours_hence: the time x hours hence

View source: R/instants.R

hours_henceR Documentation

the time x hours hence

Description

the time x hours hence

Usage

hours_hence(hours = 0, tzone = "")

Arguments

hours

integer number of hours

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 datetime, x hours from now

Examples

hours_hence(1)
hours_hence(24)

ellisvalentiner/lubridateExtras documentation built on March 31, 2022, 8:52 a.m.