Google News
logo
MySQL - Interview Questions
What is the difference between UNIX timestamps and MySQL timestamps?
Actually, both Unix timestamp and MySQL timestamp are stored as 32-bit integers, but MySQL timestamp is represented in the readable format of YYYY-MM-DD HH:MM:SS format.
Advertisement