Module tiberius::time[][src]

Date and time handling.

When using the tds73 feature flag together with SQL Server 2008 or later, the following chrono mappings to and from the database are available:

With SQL Server 2005 and the tds73 feature flag disabled, the mapping is different:

Modules

chronochrono

Mappings between TDS and and Chrono types (with chrono feature flag enabled).

Structs

Datetds73

A presentation of date type in the server.

DateTime

A presentation of datetime type in the server.

DateTime2tds73

A presentation of datetime2 type in the server.

DateTimeOffsettds73

A presentation of datetimeoffset type in the server.

SmallDateTime

A presentation of smalldatetime type in the server.

Timetds73

A presentation of time type in the server.