package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev

# Functions

ParseDate converts a string into a time value.
ParseTime converts a string into a time value on the epoch day.
ParseTimestamp converts a string into a timestamp.

# Constants

These are the various parsing modes that determine in which order we should look for years, months, and date.
These are the various parsing modes that determine in which order we should look for years, months, and date.
These are the various parsing modes that determine in which order we should look for years, months, and date.

# Variables

These are sentinel values for handling special values: https://www.postgresql.org/docs/10/static/datatype-datetime.html#DATATYPE-DATETIME-SPECIAL-TABLE.
These are sentinel values for handling special values: https://www.postgresql.org/docs/10/static/datatype-datetime.html#DATATYPE-DATETIME-SPECIAL-TABLE.
These are sentinel values for handling special values: https://www.postgresql.org/docs/10/static/datatype-datetime.html#DATATYPE-DATETIME-SPECIAL-TABLE.

# Type aliases

ParseMode controls the resolution of ambiguous date formats such as `01/02/03`.