Expand description
Modules§
- timestamp
- this module implements the
Timestamp
type - types
- this module contains various implementations used to support
time
related features
Structs§
- Date
- Date
Time - Epoch
- Time
- Timestamp
Timestamp
is a generic implementation of a type that represents some point in time.
Traits§
- Now
- The
Now
trait provides a common creation routines for all datetime implementations. - RawTimestamp
- a private trait used to mark types capable of being uses as a basetype for a
Timestamp
.