crypto/x509.VerifyOptions.CurrentTime (field)

5 uses

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

	crypto/tls
		handshake_client.go#L1114: 				CurrentTime:   c.config.time(),
		handshake_client.go#L1137: 			CurrentTime:   c.config.time(),
		handshake_server.go#L928: 			CurrentTime:   c.config.time(),