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 — Преобразовывает вариант типа дата/время во временную метку Unix
Конвертирует variant
из значения VT_DATE
(или аналогичного типа) во временную метку Unix. Это позволяет проще
совместить часть PHP в Unix-стиле с COM.
variant
Вариант.
Возвращает временную метку 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