Converta o timestamp de banco de dados até o momento
select from_unixtime(YourColumnName, '%Y') from yourTableName;
Lucky Lapwing
select from_unixtime(YourColumnName, '%Y') from yourTableName;