(PHP 7 >= 7.1.0, PHP 8)
IntlTimeZone::getIDForWindowsID -- intltz_get_id_for_windows_id — Translate a Windows timezone into a system timezone
Object-oriented style (method):
$timezone
, string $region
= ?): string|falseProcedural style:
$timezone
, string $region
= ?): string|falseTranslates a Windows timezone (e.g. "Pacific Standard Time") into a system timezone (e.g. "America/Los_Angeles").
Note: This function requires ICU version ≥ 52.
This function is currently not documented; only its argument list is available.
timezone
region
Returns the system timezone or false
on failure.