package
20.1.0-beta.2+incompatible
Repository: https://github.com/jbowens/cockroach.git
Documentation: pkg.go.dev

# Functions

MakeTimeTZ creates a TimeTZ from a TimeOfDay and offset.
MakeTimeTZFromLocation creates a TimeTZ from a TimeOfDay and time.Location.
MakeTimeTZFromTime creates a TimeTZ from a time.Time.
Now returns the TimeTZ of the current location.
ParseTimeTZ parses and returns the TimeTZ represented by the provided string, or an error if parsing is unsuccessful.

# Variables

MaxTimeTZOffsetSecs is the maximum offset TimeTZ allows in seconds.
MinTimeTZOffsetSecs is the minimum offset TimeTZ allows in seconds.

# Structs

TimeTZ is an implementation of postgres' TimeTZ.