예제 #1
0
 public function testFromTimestamp()
 {
     $dateTime = DateTime::fromTimestamp(1463490311);
     self::assertEquals('2016-05-17T15:05:11+02:00', (string) $dateTime);
 }