DataObjects/Core_notify_recur.php
authorChris <chris@roojs.com>
Thu, 24 May 2012 08:38:49 +0000 (16:38 +0800)
committerChris <chris@roojs.com>
Thu, 24 May 2012 08:38:49 +0000 (16:38 +0800)
DataObjects/Core_notify_recur.php

index 8c07e88..fdab1b8 100644 (file)
@@ -169,10 +169,9 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         
         
         foreach($ar as $a) {
-            $date = new DateTime(strtotime($a), new DateTimeZone('Pacific/Nauru'));
+            $date = new DateTime(strtotime($a), new DateTimeZone($this->tz));
             $ret[] = date_timezone_set($date, timezone_open($this->tz));
             //$ret[] = date('Y-m-d H:i', strtotime($a . $append));
-            
         }
         return $ret;