lanl / NEONiso

R package for calibrating NEON atmospheric isotope data
https://lanl.github.io/NEONiso/
GNU General Public License v3.0
2 stars 2 forks source link

Time parsing bug in ambient observation output #65

Open rfiorella opened 3 years ago

rfiorella commented 3 years ago

There is a bug where date times are not parsed correctly when converting from POSIXct back to character when writing output hdf5 files. (Output date times end up being: %Y-%m-%dT00:00:000Z, with %H:%M:%S clearly not being parsed correctly.)