예제 #1
0
 public function addNegativeSeconds()
 {
     $this->assertEquals(Date::create(2000, 1, 1, 12, 14, 52, new TimeZone('Europe/Berlin')), DateUtil::addSeconds($this->fixture, -19));
 }