Convert a POSIXct object to the format used in NEON HDF5 files
Source:R/time_functions.R
convert_POSIXct_to_NEONhdf5_time.Rd
Converts a POSIXct object back to the character format used by NEON in their HDF eddy covariance files. Output format, using strptime syntax, is %Y-%m-%dT%H:%M:%OSZ.
Author
Rich Fiorella rfiorella@lanl.gov
Examples
convert_POSIXct_to_NEONhdf5_time(Sys.time())
#> [1] "2025-01-08T20:40:23.000Z"