fastPOSIXctWrapper: An extention of fasttime::fastPOSIXct

Description Usage Arguments Examples

Description

Adds flexibity to both input and output timezones

Usage

1
2
fastPOSIXctWrapper(x, from_tz = NULL, to_tz = NULL,
  required.components = 3L)

Arguments

x

strig vector to interpret as timestamps

from_tz

the time zone x lies in

required.components

same as fasttime::fastPOSIXct

the

time zone we are converting to

Examples

1
fastPOSIXctWrapper("2017-04-29 20:26:11", from_tz = "America/New_York", to_tz = "UTC")

mucun1988/cm documentation built on May 5, 2019, 8:02 p.m.