|
IntlTimeZone::getIDForWindowsIDintltz_get_id_for_windows_idTranslate a Windows timezone into a system timezone DescriptionObject-oriented style (method):
public static stringfalse IntlTimeZone::getIDForWindowsID(string
$timezoneId , stringnull $region = null )Procedural style: stringfalse intltz_get_id_for_windows_id(string
$timezoneId , stringnull $region = null )Translates a Windows timezone (e.g. "Pacific Standard Time") into a system timezone (e.g. "America/Los_Angeles").
Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
Returns the system timezone or Changelog
See Also
|