time.Time.AddDate (method)

6 uses

	time (current package)
		time.go#L943: func (t Time) AddDate(years int, months int, days int) Time {

	encoding/asn1
		asn1.go#L362: 		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()

	vendor/golang.org/x/crypto/cryptobyte
		asn1.go#L542: 		res = res.AddDate(-100, 0, 0)