seconds_hence: The time x seconds before now

View source: R/instants.R

seconds_henceR Documentation

The time x seconds before now

Description

The time x seconds before now

Usage

seconds_hence(seconds = 0, tzone = "")

Arguments

seconds

integer number of seconds

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 seconds from now

Examples

seconds_hence(60)
seconds_hence(3600)

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