I need to create a playlist in database, to know when each video will be played by a player.
I will use something like this:
table playlist with: id, video_id, play_time and for example if play_time is 2012-04-10 14:00:00 the video should be played at 14:00:00 on 2012-04-10 but related to timezone where user is located.
What it’s better to use for this datetime or timestamp?
From the MySQL manual:
So the answer is: timestamp