InterviewSolution
Saved Bookmarks
| 1. |
What's The Difference Between Unix Timestamps And Mysql Timestamps? |
|
Answer» 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. 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. |
|