コード例 #1
0
ファイル: DateTimeTest.php プロジェクト: DAICAR/ZfcDatagrid
 public function testSourceTimezone()
 {
     $type = new Type\DateTime();
     $type->setSourceTimezone('Europe/Vienna');
     $this->assertEquals('Europe/Vienna', $type->getSourceTimezone());
 }