crypto/x509.VerifyOptions.CurrentTime (field)

5 uses

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

	crypto/tls
		handshake_client.go#L1101: 				CurrentTime:   c.config.time(),
		handshake_client.go#L1119: 			CurrentTime:   c.config.time(),
		handshake_server.go#L904: 			CurrentTime:   c.config.time(),