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

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