MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / DTimeTZ

Struct DTimeTZ

pkg/sql/sem/tree/datum.go:2408–2410  ·  view source on GitHub ↗

DTimeTZ is the time with time zone Datum.

Source from the content-addressed store, hash-verified

2406
2407// DTimeTZ is the time with time zone Datum.
2408type DTimeTZ struct {
2409 timetz.TimeTZ
2410}
2411
2412var (
2413 dZeroTimeTZ = NewDTimeTZFromOffset(timeofday.Min, 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected