I’m curious I couldn’t find a post about it.
Just want to know which one to use. I personally don’t like DATETIME too much because some conversions on PHP side have to be done to output a date with locales-settings.
I also need to know if TIMESTAMP (as INT to prevent changes) vs. DATE is performing the same as vs. DATETIME but I think it is pretty much the same.
So I want to decide to use TIMESTAMP (as INT) fulltime or DATE and DATETIME