Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在数据库中创建一个播放列表,以了解播放器何时播放每个视频。我将使用这样的东西: table playlist with: id, video_id, play_time例如,如果 play_time 是 2012-04-10 14:00:00,则视频应在 2012-04-10 的 14:00:00 播放,但与用户所在的时区有关。
table playlist with: id, video_id, play_time
这个日期时间或时间戳最好使用什么?