Module tiberius::time::time

source ·
Available on crate feature time only.
Expand description

Mappings between TDS and and time crate types (with time feature flag enabled).

The time library offers better ergonomy and are highly recommended if needing to modify and deal with date and time in SQL Server.

Modules

Various error types returned by methods in the time crate.
Extension traits.
Utility functions.

Structs

Date in the proleptic Gregorian calendar.
A measurement of a monotonically non-decreasing clock. Opaque and useful only with Duration.
Combined date and time.
The clock time within a given date. Nanosecond precision.
An offset from UTC.

Enums

A unified error type for anything returned by a method in the time crate.
Months of the year.
Days of the week.

Type Definitions

An alias for std::result::Result with a generic error from the time crate.