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

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