const github.com/jackc/pgtype.microsecondsPerDay
3 uses
github.com/jackc/pgtype (current package)
interval.go#L18: microsecondsPerDay = 24 * microsecondsPerHour
interval.go#L19: microsecondsPerMonth = 30 * microsecondsPerDay
interval.go#L71: us := int64(src.Months)*microsecondsPerMonth + int64(src.Days)*microsecondsPerDay + src.Microseconds
![]() |
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. |