Quote:
Originally Posted by andrew.r
We always store php timestamp to the database, can then display it how you want using php date function
|
Agree, DATE storage is 3 bytes, TIME is 3 aswell, and DATETIME is 8 and an INT is 4 bytes so using one more byte for knowing the exact second is best of all, and doing some extra programming for converting the seconds to whatever you want is worth it.
Down the line, i mean ;)