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エポックの前の秒数です。