I was wondering why ee stores their dates in a char format, instead of a datetime, or timestamp in MySQL. Is it better? I know it’s converted into a timestamp format, but the column type is not set as that, or am I mistaking in regards to this? I would have thought that setting and using that column type in the DB would have made things better, can I get some info in regards to this?
I am developing a few modules, I am going to be storing the date as a timestamp. In a previous post I asked this question, however I didn’t get the response I was looking for.
Anyway i would like to know what would be the benefits of storing this timestamp as a real timestamp in the db, as opposed to “char” type, would I have more or less control? Why is entry_date in the exp_weblog_titles field a char, does this offer more control?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.