1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/instants.r
3\docType{data}
4\name{origin}
5\alias{origin}
6\title{1970-01-01 UTC}
7\format{
8An object of class \code{POSIXct} (inherits from \code{POSIXt}) of length 1.
9}
10\usage{
11origin
12}
13\description{
14Origin is the date-time for 1970-01-01 UTC in POSIXct format. This date-time
15is the origin for the numbering system used by POSIXct, POSIXlt, chron, and
16Date classes.
17}
18\examples{
19origin
20}
21\keyword{chron}
22\keyword{data}
23