コード例 #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;
 }