dongqu9972 2012-08-21 13:28
浏览 54
已采纳

如果给出当天的随机时间戳,有一种简单的方法可以获得一天的unix时间范围吗?

There is a simple way to get unix time range of a day if given a random timestamp from that day ? I have a date like 1345547471 which is "Tue, 21 Aug 2012 11:11:11 GMT"

There is a php function that can receive a timestamp like this and return a 00:00 hours timestamp and a 23:59 hours timestamp of that day ?

Thank you.

  • 写回答

5条回答 默认 最新

  • dongqiuqiu4736 2012-08-21 13:30
    关注

    You can use the mod (gives the remainder after a division) PHP function like this to get the first second of a Unix timestamp (ie, today 0:00:00)

    $var=time()-(time()%86400);
    

    Then with this unix timstamp, you can add 86399 to get the last second of the day.

    Edit: This doesn't account for dalylight savings.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度