crypto/x509.VerifyOptions.CurrentTime (field)

4 uses

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

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