mysql> select score, FROM_UNIXTIME(create_time) from bors_thumb_votes where target_object_id = 2110082;
+-------+----------------------------+
| score | FROM_UNIXTIME(create_time) |
+-------+----------------------------+
| 1 | 2009-12-10 12:09:35 |
| 1 | 2009-12-10 13:18:43 |
| -1 | 2009-12-10 14:10:06 |
| 1 | 2009-12-10 18:47:06 |
| 1 | 2009-12-10 18:56:18 |
+-------+----------------------------+
5 rows in set (0.01 sec)