R/hextime.R

# hex <- "5467D772"
hextime <- function(hex) {
  as.POSIXct(strtoi(sprintf("0x%s", hex)), origin = "1970-01-01")
}
EcotopeResearch/EcotopePackage documentation built on May 6, 2019, 3:11 p.m.