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

Struct DTimestampTZ

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

DTimestampTZ is the timestamp Datum that is rendered with session offset.

Source from the content-addressed store, hash-verified

2343
2344// DTimestampTZ is the timestamp Datum that is rendered with session offset.
2345type DTimestampTZ struct {
2346 time.Time
2347}
2348
2349// MakeDTimestampTZ creates a DTimestampTZ with specified precision.
2350func MakeDTimestampTZ(t time.Time, precision time.Duration) *DTimestampTZ {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected