DTimestamp is the timestamp Datum.
| 2133 | |
| 2134 | // DTimestamp is the timestamp Datum. |
| 2135 | type DTimestamp struct { |
| 2136 | time.Time |
| 2137 | } |
| 2138 | |
| 2139 | // MakeDTimestamp creates a DTimestamp with specified precision. |
| 2140 | func MakeDTimestamp(t time.Time, precision time.Duration) *DTimestamp { |
nothing calls this directly
no outgoing calls
no test coverage detected