IntlTimeZone::getCanonicalID

intltz_get_canonical_id

Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID

Description

Object-oriented style (method):

public static stringfalse IntlTimeZone::getCanonicalID(string $timezoneId, bool &$isSystemId = null)

Procedural style:

stringfalse intltz_get_canonical_id(string $timezoneId, bool &$isSystemId = null)

Warning

This function is currently not documented; only its argument list is available.

Parameters

timezoneId

isSystemId

Return Values