예제 #1
0
 /**
  * 取得文件归档的最后时间
  * 
  * @static
  * @param string $format
  * @return string
  */
 public static function getDeadlineTime($format = "Y-m-d H:00:00")
 {
     $storage = new ZtChart_Model_Storage('monitor', 'archive');
     return date($format, $storage->read());
 }