Skip to content

Commit

Permalink
[jan] Use orginally requested time zone instead of alias in TZID.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 18, 2013
1 parent 2351bcf commit b99128f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/Timezone/lib/Horde/Timezone.php
Expand Up @@ -129,7 +129,7 @@ public function getZone($zone)
if (!isset($this->_zones[$alias])) {
throw new Horde_Timezone_Exception(sprintf('Timezone %s not found', $zone));
}
$this->_zones[$alias]->setTzid($alias);
$this->_zones[$alias]->setTzid($zone);
return $this->_zones[$alias];
}

Expand Down
4 changes: 2 additions & 2 deletions framework/Timezone/package.xml
Expand Up @@ -22,7 +22,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [jan] Use orginally requested time zone instead of alias in TZID.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -196,7 +196,7 @@
<date>2013-05-06</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [jan] Use orginally requested time zone instead of alias in TZID.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit b99128f

Please sign in to comment.