What is the difference between Unix timestamps and MySQL timestamps?
By prabeen patra
Hi,
Can anyone give me the difference between Unix timestamps and MySQL timestamps?
Teacher SiliconIndia replied to prabeen patra Tuesday, October 27, 2009
Hi prabeen,
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.