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] "2024-07-21T15:31:08.000Z"