gpt4 book ai didi

php - 使用php在mysql表中保存时间戳

转载 作者:IT老高 更新时间:2023-10-28 11:54:01 25 4
gpt4 key购买 nike

我在 MySQL 表中有一个字段,该字段具有 timestamp 数据类型。我正在将数据保存到该表中。但是当我将时间戳 (1299762201428) 传递给记录时,它会自动将值 0000-00-00 00:00:00 保存到该表中。

如何将时间戳存储在 MySQL 表中?

这是我的 INSERT 语句:

INSERT INTO table_name (id,d_id,l_id,connection,s_time,upload_items_count,download_items_count,t_time,status)
VALUES (1,5,9,'2',1299762201428,5,10,20,'1'),
(2,5,9,'2',1299762201428,5,10,20,'1')

最佳答案

这样通过

date('Y-m-d H:i:s','1299762201428')

关于php - 使用php在mysql表中保存时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5632662/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com