Expand description
Module for handling an intermediate timestamp type received from the lexer.
Structs§
- PoSQL
Time Zone  - Defines a timezone as count of seconds offset from UTC Captures a timezone from a timestamp query
 - PoSQL
Timestamp  - Defines an RFC3339-formatted timestamp Represents a fully parsed timestamp with detailed time unit and timezone information
 
Enums§
- PoSQL
Time Unit  - Defines the precision of the timestamp An intermediate type representing the time units from a parsed query
 - PoSQL
Timestamp Error  - Errors related to time operations, including timezone and timestamp conversions. Errors related to time operations, including timezone and timestamp conversions.