dongxu1875 2016-08-11 13:25
浏览 251
已采纳

在laravel中将unix时间戳转换为人类可读日期

Sorry, This can be a repeated question.But still i didn't get the correct answer.

I have a unix timestamp '1470900186868', it should be convert into 'Thu, 11 Aug 2016 07:23:06.868 GMT' but i am always getting the same value which is 'December 20, 48580 @ 17:14:28 UTC'.

Thanks in Advance.

  • 写回答

2条回答 默认 最新

  • dongyue0263 2016-08-11 13:43
    关注
    <?php
    $val = 1470900186868;
    
    // Grab the milliseconds as the initial value mod 1000
    $milliseconds = $val % 1000;
    
    // Divide by 1000 to obtain the actual timestamp
    $ts = intval($val / 1000);
    
    // Parse into a DateTime object
    $date = DateTime::createFromFormat('U', $ts);
    
    // Formatted output
    echo $date->format('D, d M Y H:i:s') . '.' . $milliseconds;
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料