CakeFest 2024: The Official CakePHP Conference

IntlTimeZone::getWindowsID

intltz_get_windows_id

(PHP 7 >= 7.1.0, PHP 8)

IntlTimeZone::getWindowsID -- intltz_get_windows_idTranslate a system timezone into a Windows timezone

Descripción

Estilo orientado a objetos (method):

public static IntlTimeZone::getWindowsID(string $timezoneId): string|false

Estilo por procedimientos:

intltz_get_windows_id(string $timezoneId): string|false

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

Nota: This function requires ICU version ≥ 52.

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

timezoneId

Valores devueltos

Returns the Windows timezone o false en caso de error.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top