예제 #1
0
 public function testMoveToTimezone()
 {
     $copy = clone $this->fixture;
     $tz = new TimeZone('Australia/Sydney');
     $this->assertEquals($this->fixture, DateUtil::moveToTimeZone($copy, $tz));
 }