예제 #1
0
파일: DT.php 프로젝트: pizar/gaia
 public static function daNativo(DateTime $nativo)
 {
     global $conf;
     $x = new DT();
     $x->setTimestamp($nativo->getTimestamp());
     $x->setTimezone(new DateTimeZone($conf['timezone']));
     return $x;
 }