NewDTimeTZ creates a DTimeTZ from a timetz.TimeTZ.
(t timetz.TimeTZ)
| 2026 | |
| 2027 | // NewDTimeTZ creates a DTimeTZ from a timetz.TimeTZ. |
| 2028 | func NewDTimeTZ(t timetz.TimeTZ) *DTimeTZ { |
| 2029 | return &DTimeTZ{t} |
| 2030 | } |
| 2031 | |
| 2032 | // NewDTimeTZFromTime creates a DTimeTZ from time.Time. |
| 2033 | func NewDTimeTZFromTime(t time.Time) *DTimeTZ { |
no outgoing calls
no test coverage detected
searching dependent graphs…