func time.Date
7 uses
time (current package)
format.go#L1355: return Date(year, Month(month), day, hour, min, sec, nsec, z), nil
format.go#L1359: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
format.go#L1377: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
format.go#L1398: return Date(year, Month(month), day, hour, min, sec, nsec, defaultLocation), nil
format_rfc3339.go#L129: t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
time.go#L946: return Date(year+years, month+Month(months), day+days, hour, min, sec, int(t.nsec()), t.Location())
time.go#L1467: func Date(year int, month Month, day, hour, min, sec, nsec int, loc *Location) Time {
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |