R/POSIXct.R

Defines functions POSIXct

POSIXct <- function(x, tz = "UTC") {
  structure(x, class = c("POSIXct", "POSIXt"), tzone = tz)
}

Try the readr package in your browser

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

readr documentation built on Feb. 16, 2023, 6:04 p.m.