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 — Convierte un valor de fecha/hora variante en un timestamp Unix
   Convierte variant de un valor VT_DATE
   (o similar) en un timestamp Unix. Esto permite la interoperabilidad fácil
   entre las partes Unix de PHP y COM.
  
variantEl variant.
   Devuelve un timestamp Unix, o null en caso de fallo.
  
variant_date_to_timestamp() assumes the COM date in the current Windows time zone and converts it to the current PHP time zone