corda / net.corda.node.api / APIServer / serverTime

serverTime

@GET @Path("servertime") @Produces(["application/json"]) abstract fun serverTime(): LocalDateTime

Report current UTC time as understood by the platform.