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 と MySQL で使用する UNIX タイムスタンプの代わりを探していますが、過去と未来の日付を保存する方法がわかりません。使いやすい代替手段はありますか (「タイムスタンプ」は PHP で計算する必要があります)。
datetime() フィールド タイプと NOW() などを使用すると、mysql 組み込みの datediff 関数などと date_add date_sub を利用できます
これらはすべて、9000万通りの方法があり、どれも同じ結果を確実に返さない愚かな組み込みphp時間/日付関数などよりもはるかに優れています。