DTimeTZ is the time with time zone Datum.
| 2013 | |
| 2014 | // DTimeTZ is the time with time zone Datum. |
| 2015 | type DTimeTZ struct { |
| 2016 | timetz.TimeTZ |
| 2017 | } |
| 2018 | |
| 2019 | var ( |
| 2020 | dZeroTimeTZ = NewDTimeTZFromOffset(timeofday.Min, 0) |
nothing calls this directly
no outgoing calls
no test coverage detected