I have found no better place to report this bug. It may seem no big deal but it is breaking my app.
All transactions received in every JSON page are correctly reversed ordered by time for that page. However, some are missing and appear in the next page.
For example:
The last transaction in this url (100th ranked globally, 50th ranked in the page) is dated at Unix timestamp 1380133500 :
https://blockchain.info/address/1DoEzgEd1F2JpStMhXbmqFtZY6B7KwL9TQ?format=json&offset=50The first transaction in this url (101th ranked globally, 1st ranked in the page) is dated at Unix timestamp 1382690585. The 2nd ranked in the page is dated at Unix timestamp 1382213808, and several others follow the same wrong order:
https://blockchain.info/address/1DoEzgEd1F2JpStMhXbmqFtZY6B7KwL9TQ?format=json&offset=1001382690585 > 1380133500 so transactions are not correctly reversed ordered by time between pages. It would be great if this is solved.