This would be my query:
SELECT * FROM Bans ORDER BY Date DESC LIMIT 10
Here’s how the timestamp(Date) looks: September 01, 2012 - 10:33:13 | May 31, 2012 - 19:28:25, etc.. Now, my problem is, is that I have records from June, but they aren’t showing.

How can I fix this?
Edit: This table should show the “Latest” 10 bans.
I may supose that dates are sorted in the alphabetical order, maybe you should try