V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
zarte
V2EX  ›  问与答

PHP strtotime 1900 年前的日期在不同系统值不一样

  •  
  •   zarte · Jun 3, 2020 · 732 views
    This topic created in 2167 days ago, the information mentioned may be changed or developed.
    date_default_timezone_set('PRC');
    $sbegintime = strtotime('1900-01-01 00:00:00');
    var_dump($sbegintime);exit;
    

    linux:-2209017600
    win10:-2209017943
    1901 之后的日期是正常的
    php 大版本都是 7

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1655 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 16:21 · PVG 00:21 · LAX 09:21 · JFK 12:21
    ♥ Do have faith in what you're doing.