Module posql_time

Source
Expand description

Module for handling an intermediate timestamp type received from the lexer.

Structs§

PoSQLTimeZone
Defines a timezone as count of seconds offset from UTC Captures a timezone from a timestamp query
PoSQLTimestamp
Defines an RFC3339-formatted timestamp Represents a fully parsed timestamp with detailed time unit and timezone information

Enums§

PoSQLTimeUnit
Defines the precision of the timestamp An intermediate type representing the time units from a parsed query
PoSQLTimestampError
Errors related to time operations, including timezone and timestamp conversions. Errors related to time operations, including timezone and timestamp conversions.