douershuang7356 2016-12-28 13:24
浏览 93
已采纳

将时间戳插入数据库,格式为:1311602030

I am woandering how I can store time to my table in this format:

1311602030

Currently I am doing it this way:

INSERT INTO my_table (time) VALUES ( UTC_TIMESTAMP() )

which gives me back this:

2015-04-14 22:52:11

What I could do is:

INSERT INTO my_table ( time ) VALUES (  strtotime( UTC_TIMESTAMP() )  )

but isn't there a better way?

  • 写回答

1条回答 默认 最新

  • dongwei3866 2016-12-28 13:28
    关注

    Assuming you are using MySQL, what you are looking for is UNIX_TIMESTAMP:

    INSERT INTO my_table (time) VALUES ( UNIX_TIMESTAMP() )
    

    More information here: https://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_unix-timestamp

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置