You are viewing a single comment's thread from:
RE: LightDB v0.0.2 has been released
Can you convert your timestamps to SQL format in the database? e.g. 2018-06-22 00:44:09
Can you convert your timestamps to SQL format in the database? e.g. 2018-06-22 00:44:09
I think saving as integer will decrease the storage use. On the other hand the integer timestamp is easy to use in PHP code.
True. However I often interact with databases using UI clients, it's easier to look at human readable dates than unix timestamps 😉