GoLang IntlTimeZone::getIDForWindowsID

request it (252)
GoLang replacement for PHP's IntlTimeZone::getIDForWindowsID [edit | history]



Do you know a GoLang replacement for PHP's IntlTimeZone::getIDForWindowsID? Write it!

PHP IntlTimeZone::getIDForWindowsID

PHP original manual for IntlTimeZone::getIDForWindowsID [ show | php.net ]

IntlTimeZone::getIDForWindowsID

(PHP 7 >= 7.1.0)

IntlTimeZone::getIDForWindowsIDTranslate a Windows timezone into a system timezone

Description

public static string IntlTimeZone::getIDForWindowsID ( string $timezone [, string $region ] )

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

timezone

region

Return Values

Returns the system timezone or FALSE on failure.

See Also