Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据手册,PHP 使用 Unix 纪元(1970 年 1 月 1 日 00:00:00 UTC)来生成其时间戳。
鉴于此定义,我认为当目标日期在 Unix 纪元之前时,使用负时间戳是合理的。但是,由于时间在编程中是一个复杂的问题,我想知道在 PHP 中使用负时间戳是否有任何警告。
的确,你是完全正确的。负数只是 Unix 纪元之前的秒数。