variant_date_to_timestamp() assumes the COM date in the current Windows time zone and converts it to the current PHP time zone(PHP 5, PHP 7, PHP 8)
variant_date_to_timestamp — 日付/時刻の variant 値を Unix タイムスタンプに変換する
   variant を、VT_DATE
   (あるいはそれに似た型) から Unix タイムスタンプに変換します。
   これにより、PHP の Unix 的な部分と COM とのやりとりが容易になります。
  
variantvariant。
   unix タイムスタンプを返します。
   失敗時には null を返します。
  
variant_date_to_timestamp() assumes the COM date in the current Windows time zone and converts it to the current PHP time zone