Expand description
this moodule implements the core traits supporting the time
module
Traitsยง
- Now
- The
Now
trait provides a common creation routines for all datetime implementations. - RawTimestamp
- A marker trait indicating types capable of representing a raw timestamp value.
- Timestamp
Repr - The
TimestampRepr
trait provides a way of associating a raw timestamp type with its corresponding value type.