Exemplo n.º 1
0
 /**
  *
  */
 public function testCreateFromDOSTimestamp()
 {
     $time = Time::createFromDOSTimestamp(119431558);
     $this->assertSame('1983-08-30', $time->format('Y-m-d'));
 }