crypto/x509.VerifyOptions.CurrentTime (field)

4 uses

	crypto/x509 (current package)
		verify.go#L191: 	CurrentTime time.Time
		verify.go#L570: 	now := opts.CurrentTime

	crypto/tls
		handshake_client.go#L984: 			CurrentTime:   c.config.time(),
		handshake_server.go#L888: 			CurrentTime:   c.config.time(),