@GET @Path("servertime") @Produces(["application/json"]) abstract fun serverTime(): LocalDateTime
Report current UTC time as understood by the platform.