DTimestampTZ is the timestamp Datum that is rendered with session offset.
| 2343 | |
| 2344 | // DTimestampTZ is the timestamp Datum that is rendered with session offset. |
| 2345 | type DTimestampTZ struct { |
| 2346 | time.Time |
| 2347 | } |
| 2348 | |
| 2349 | // MakeDTimestampTZ creates a DTimestampTZ with specified precision. |
| 2350 | func MakeDTimestampTZ(t time.Time, precision time.Duration) *DTimestampTZ { |
nothing calls this directly
no outgoing calls
no test coverage detected