Discussion board
What's the difference between Unix timestamps and MySQL timestamps?
By Manju S Reddy
What's the difference between Unix timestamps and MySQL timestamps?
Reply
Post   Reset
Teacher SiliconIndia replied to Manju S Reddy Thursday, March 18, 2010
Hi Manjunath,
Internally Unix timestamps are stored as 32-bit integers, while MySQL timestamps are stored in a similar manner, but represented in readable YYYY-MM-DD HH:MM:SS format.