package
0.0.0-20240827045243-13a6da0b124d
Repository: https://github.com/forhsd/postgresql-parser.git
Documentation: pkg.go.dev
# Functions
Difference returns the interval between t1 and t2, which may be negative.
FromInt constructs a TimeOfDay from an int64, representing microseconds since midnight.
FromTime constructs a TimeOfDay from a time.Time, ignoring the date and time zone.
New creates a TimeOfDay representing the specified time.
Random generates a random TimeOfDay.
# Type aliases
TimeOfDay represents a time of day (no date), stored as microseconds since midnight.