date_to_timestamp: Convert date or datetime value to timestamp number

View source: R/timeseries.R

date_to_timestampR Documentation

Convert date or datetime value to timestamp number

Description

Convert date or datetime value to timestamp number

Usage

date_to_timestamp(date, tzone = "Europe/Paris", milliseconds = T)

Arguments

date

date or datetime value

tzone

character, time-zone of the current time

milliseconds

logical, whether the timestamp is in milliseconds or seconds

Value

numeric


mcanigueral/dutils documentation built on Jan. 25, 2024, 3:34 p.m.