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.
私は '1899-12-30 12:17:52' で 'StartTime' フィールドと呼ばれる次の DateTime を mysql に持っています
PHPを使用しているユーザーの画面上の時間に変換しようとしています
date('h:i:s A',strtotime($row_get_student_times['StartTime']))
しかし、何らかの理由で、時間に関係なく常に午後 4:00 を返します。なぜこれが起こっているのか手がかりはありますか?