posix2RSEIS: Posix to RSEIS DATE/TIME

View source: R/posix2RSEIS.R

posix2RSEISR Documentation

Posix to RSEIS DATE/TIME

Description

Reformat posix time stamp to RSEIS list

Usage

posix2RSEIS(p)

Arguments

p

posix time, either lt or ct

Value

returns a list of data/time in format RSEIS understands

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

j2posix

Examples

### make up a time:
P1 = as.POSIXct(Sys.time(), "America/New_York")  # in New York
R1 = posix2RSEIS(P1)
## also
unlist( as.POSIXlt(P1))  

RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.