github.com/jackc/pgtype.Date.Time (field)
14 uses
github.com/jackc/pgtype (current package)
date.go#L14: Time time.Time
date.go#L39: *dst = Date{Time: value, Status: Present}
date.go#L70: return dst.Time
date.go#L86: *v = src.Time
date.go#L119: *dst = Date{Time: t, Status: Present}
date.go#L144: *dst = Date{Time: t, Status: Present}
date.go#L162: s = src.Time.Format("2006-01-02")
date.go#L183: tUnix := time.Date(src.Time.Year(), src.Time.Month(), src.Time.Day(), 0, 0, 0, 0, time.UTC).Unix()
date.go#L212: *dst = Date{Time: src, Status: Present}
date.go#L226: return src.Time, nil
date.go#L250: s = src.Time.Format("2006-01-02")
date.go#L283: *dst = Date{Time: t, Status: Present}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |