$_name
$_name : string
The timezone ID.
Class representing a set of "Rule" timezone database entries of the same name.
__construct(string $name, \Horde_Timezone $tz)
Constructor.
string | $name | A timezone ID. |
\Horde_Timezone | $tz | A Horde_Timezone object. Used to retrieve rules for this timezone. |
toVtimezone(\Horde_Date $from = null, \Horde_Date $to = null) : \Horde_Icalendar_Vtimezone
Exports this zone to a VTIMEZONE component.
\Horde_Date | $from | The earliest date that we need timezone definitions for. |
\Horde_Date | $to | The latest date. |
A VTIMEZONE component representing this timezone.