Module ion_c_sys::timestamp[][src]

Expand description

Provides integration between ION_TIMESTAMP and chrono::DateTime.

Specifically, models the Ion notion of a Timestamp, with IonDateTime Which combines a DateTime with the concept of precision and known versus unknown offsets.

Structs

IonDateTime

Higher-level wrapper over DateTime preserving ION_TIMESTAMP properties that DateTime does not preserve on its own.

Enums

Mantissa

The fractional part of a Fractional TSPrecision.

TSOffsetKind

The kind of offset associated with a IonDateTime.

TSPrecision

Precision of an IonDateTime.