API17:JDate::setTimezone
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDate::setTimezone
Description
Method to wrap the function and set the internal time zone object.
Description:JDate::setTimezone [Edit Descripton]
public function setTimezone (DateTimeZone $tz)
| Parameter | Type | Default | Description |
|---|---|---|---|
| DateTimeZone $tz | object | $tz The new DateTimeZone object. |
- Returns DateTimeZone The old DateTimeZone object.
- Defined on line 398 of libraries/joomla/utilities/date.php
- Since
See also
-
JDate::setTimezone source code on BitBucket
-
Class JDate
-
Subpackage Utilities
- Other versions of JDate::setTimezone
SeeAlso:JDate::setTimezone [Edit See Also]
User contributed notes
<CodeExamplesForm />
