Ok, i'm a bit confused. I am working on a project that have to store some time()
in the database. It seems to me that for better flexibility i should store it as timestamp so that i could make operation between 2 times and other cool stuff.
But i have seen (here more than everywhere else) that a lot of people store time in databases in date format, falling in some common questions like: how can i convert date format in timestamp? or how can i subtract a date to another that have different date format? etc.
Am i wrong using timestamps and convert it later (to be shown to the user) to time format? Mysql database.