package
0.0.0-20240827045243-13a6da0b124d
Repository: https://github.com/forhsd/postgresql-parser.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.