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

Struct DTimeTZ

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

DTimeTZ is the time with time zone Datum.

Source from the content-addressed store, hash-verified

2013
2014// DTimeTZ is the time with time zone Datum.
2015type DTimeTZ struct {
2016 timetz.TimeTZ
2017}
2018
2019var (
2020 dZeroTimeTZ = NewDTimeTZFromOffset(timeofday.Min, 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected