Skip to contents

convert_NEONhdf5_to_POSIXct_time

Usage

convert_NEONhdf5_to_POSIXct_time(intime)

Arguments

intime

Vector of datetimes in NEON data files (as string) to convert to POSIXct class

Value

Vector of datetimes from NEON data file now in POSIXct format.

Author

Rich Fiorella rfiorella@lanl.gov

Examples

convert_NEONhdf5_to_POSIXct_time("2019-06-01T12:00:00.000Z")
#> [1] "2019-06-01 12:00:00 GMT"