Hacker News new | ask | show | jobs
by lacerus 5459 days ago
How can I make Ruby on Rails use unix timestamps instead of MySQL DATETIMEs?
1 comments

Use the TIMESTAMP datatype for those columns. Also see the comment by lysol (currently two above you) that indicates that the article is wrong about MySQL.