DTimeTZ is the time with time zone Datum.
| 2406 | |
| 2407 | // DTimeTZ is the time with time zone Datum. |
| 2408 | type DTimeTZ struct { |
| 2409 | timetz.TimeTZ |
| 2410 | } |
| 2411 | |
| 2412 | var ( |
| 2413 | dZeroTimeTZ = NewDTimeTZFromOffset(timeofday.Min, 0) |
nothing calls this directly
no outgoing calls
no test coverage detected