GoLang IntlTimeZone::getWindowsID

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



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

PHP IntlTimeZone::getWindowsID

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

IntlTimeZone::getWindowsID

(PHP 7 >= 7.1.0)

IntlTimeZone::getWindowsIDTranslate a system timezone into a Windows timezone

Description

public static string IntlTimeZone::getWindowsID ( string $timezone )

Translates a system timezone (e.g. "America/Los_Angeles") into a Windows timezone (e.g. "Pacific Standard Time").

Warning

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

Parameters

timezone

Return Values

Returns the Windows timezone or FALSE on failure.

See Also