This method should return the maximum known block time. Reference query: ```graphql query { blocks( orderBy: [{ path: "gen_utime", direction: DESC }], limit: 1 ) { gen_utime } } ```