Solution that i got finally:
E.g.
long unixtime = new Long(1250740910) * 1000;
Date messageTime = new Date(unixtime);
*p.s. 1250740910 - the unixtimestamp
In my blog, i would discuss the problem i face in daily routine. Following are some of them: mysql error, mysql replication, mysql database corrupted repair, innodb tablespace corruption, mysql storage engines, mysql optimization and tuning, reinstall mysql linux server, linux command for dummies, linux administration tips, mysql administration tips, Linux server benchmarking