R/esri_datetime.R

esri_datetime <- function(x) {

  x <- x / 1000
  x <- as.POSIXct(x, origin = '1970-01-01')
  return(x)
}
jgrew/rArcREST documentation built on May 19, 2019, 9:26 a.m.