time.Time.AddDate (method)
7 uses
time (current package)
time.go#L1262: func (t Time) AddDate(years int, months int, days int) Time {
encoding/asn1
asn1.go#L355: ret = ret.AddDate(-100, 0, 0)
github.com/gotd/neo
time.go#L166: now := t.now.AddDate(years, months, days)
github.com/gotd/td/tdp
tdp.go#L60: max = now.AddDate(0, 0, 7).Unix()
tdp.go#L61: min = now.AddDate(-2, 0, 0).Unix()
golang.org/x/crypto/cryptobyte
asn1.go#L542: res = res.AddDate(-100, 0, 0)
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L542: res = res.AddDate(-100, 0, 0)
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |