NewDTimeTZ creates a DTimeTZ from a timetz.TimeTZ.
(t timetz.TimeTZ)
| 2419 | |
| 2420 | // NewDTimeTZ creates a DTimeTZ from a timetz.TimeTZ. |
| 2421 | func NewDTimeTZ(t timetz.TimeTZ) *DTimeTZ { |
| 2422 | return &DTimeTZ{t} |
| 2423 | } |
| 2424 | |
| 2425 | // NewDTimeTZFromTime creates a DTimeTZ from time.Time. |
| 2426 | func NewDTimeTZFromTime(t time.Time) *DTimeTZ { |
no outgoing calls
no test coverage detected
searching dependent graphs…