Expand description
Dates and time.
See crate ::jiff
.
Modules§
- Longer form documentation for Jiff.
- Facilities for dealing with inexact dates and times.
- Configurable support for printing and parsing datetimes and durations.
- Routines for interacting with time zones and the zoneinfo database.
Structs§
- An error that can occur in this crate.
- A signed duration of time represented as a 96-bit integer of nanoseconds.
- Options for
SignedDuration::round
. - A span of time represented via a mixture of calendar and clock units.
- Options for
Span::checked_add
andSpan::checked_sub
. - Options for
Span::compare
. - A relative datetime for use with
Span
APIs. - Options for
Span::round
. - Options for
Span::total
. - An instant in time represented as the number of nanoseconds since the Unix epoch.
- Options for
Timestamp::checked_add
andTimestamp::checked_sub
. - Options for
Timestamp::since
andTimestamp::until
. - A type for formatting a
Timestamp
with a specific offset. - Options for
Timestamp::round
. - An iterator over periodic timestamps, created by
Timestamp::series
. - A time zone aware instant in time.
- Options for
Timestamp::checked_add
andTimestamp::checked_sub
. - Options for
Zoned::since
andZoned::until
. - Options for
Zoned::round
. - A builder for setting the fields on a
Zoned
.
Enums§
- The mode for dealing with the remainder when rounding datetimes or spans.
- A way to refer to a single calendar or clock unit.
Traits§
- A trait for enabling concise literals for creating
Span
values.