corda / net.corda.core.messaging / CordaRPCOps / currentNodeTime

currentNodeTime

abstract fun currentNodeTime(): Instant

Returns the node's current time.

Is a quick RPC, meaning that it is handled outside the node's standard thread pool in order to provide a quick response even when the node is dealing with a high volume of RPC calls.