|
IntlCalendar::setTimeZoneSet the timezone used by this calendar DescriptionObject oriented style
public bool IntlCalendar::setTimeZone
( mixed
$timeZone
)Procedural style
bool intlcal_set_time_zone
( IntlCalendar
$cal
, mixed $timeZone
)Defines a new timezone for this calendar. The time represented by the object is preserved to the detriment of the field values. Parameters
Return Values
Returns Examples
Example #1 IntlCalendar::setTimeZone
<?php The above example will output: sábado, 1 de junio de 2013 12:00:00 Hora de verano de Europa occidental (instant 1370084400000) sábado, 1 de junio de 2013 11:00:00 GMT (instant 1370084400000) sábado, 1 de junio de 2013 14:33:00 GMT+03:33 (instant 1370084400000) |