Пример #1
0
 /**
  * Test from unix time
  */
 public function testFromUnixTime()
 {
     $this->assertEquals('2016-02-05T19:33:57+0000', MySQLite::mysql_from_unixtime(1454700837));
     $this->assertEquals('2008-10-22T18:40:37+0000', MySQLite::mysql_from_unixtime(1224700837));
 }