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 — Convertit une valeur date/temps variante en un timestamp Unix
Convertit variant
d'une valeur VT_DATE
(ou similaire) en un timestamp unix. Cela permet l'interopérabilité facile
entre les parties Unix de PHP et COM.
variant
Le variant.
Retourne un timestamp Unix, ou null
en cas d'échec.
variant_date_to_timestamp() assumes the COM date in the current Windows time zone and converts it to the current PHP time zone