trevorld / r-datetimeoffset

Datetimes with optional UTC offsets and/or (possibly heteregenous) time zones

Home Page:https://trevorldavis.com/R/datetimeoffset/dev/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing observations stay missing upon conversion

trevorld opened this issue · comments

Missing values should stay missing when converted between datetime formats...

  • Converting to datetimeoffset()
  • Converting from datetimeoffset()
  • I'm observing that as.nanotime(NA_character_) is throwing an ERROR making it difficult to support this for {nanotime}
  • Issue raised upstream: eddelbuettel/nanotime#112