On Mon, 3 Feb 2003, John Bjornar Bremnes wrote: > The solution turned out to be simple: > > > x <- 0:100 > > class(x) <- "POSIXct" > > x > Yes, but that relies on the internal representation of POSIXct objects, which is probably unwise. -thomas