Learn R Programming

opentsdbr (version 0.1)

Timestamp: Timestamps with suitable default formatting and timezone handling

Description

Timestamps with suitable default formatting and timezone handling

Usage

Timestamp(x, tz, origin = "1970-01-01 00:00:00", ...)

Arguments

x
epoch time, character, or anything else convertable via as.POSIXct
tz
character string (see linktimezones)
origin
character string (see as.POSIXct)
...
further arguments to be passed to or from other methods (example: format)