R/POSIXct.R

Defines functions POSIXct

POSIXct <- function(x, tz = "UTC") {
  structure(x, class = c("POSIXct", "POSIXt"), tzone = tz)
}
hadley/readr documentation built on Feb. 3, 2024, 9:45 a.m.