=begin pod =TITLE class Instant class Instant is Cool does Real { } An C is a particular moment in time measured in atomic seconds, with fractions. It is not tied to or aware of any epoch. An C can be used to create a L object set to that C. The pseudo-constant C returns the current time as an C. Basic math is defined for Cs (as well as Ls). Adding an C to a C returns another Instant. Subtracting two Cs will yield a C. Adding two Cs is explicitly disallowed. All other operations with Instants are undefined. =end pod