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条)

报告相同问题?

悬赏问题

  • ¥50 如何增强飞上天的树莓派的热点信号强度,以使得笔记本可以在地面实现远程桌面连接
  • ¥15 MCNP里如何定义多个源?
  • ¥20 双层网络上信息-疾病传播
  • ¥50 paddlepaddle pinn
  • ¥20 idea运行测试代码报错问题
  • ¥15 网络监控:网络故障告警通知
  • ¥15 django项目运行报编码错误
  • ¥15 请问这个是什么意思?
  • ¥15 STM32驱动继电器
  • ¥15 Windows server update services