crypto/x509.VerifyOptions.CurrentTime (field)

4 uses

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

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