R/iso8601chartime2POSIX.R

Defines functions iso8601chartime2POSIX

Documented in iso8601chartime2POSIX

iso8601chartime2POSIX = function(x, tz){
  return(as.POSIXlt(x = x, format = "%Y-%m-%dT%H:%M:%S%z", tz = tz))
}

Try the GGIR package in your browser

Any scripts or data that you put into this service are public.

GGIR documentation built on Oct. 17, 2023, 1:12 a.m.