<?phpdeclare(strict_types=1);require_once__DIR__.'/../src/ZipStream.php';# import classesusePablotron\ZipStream\DateTime;# create DateTime with current timestamp$dt=newDateTime(time());# print DOS date and timeecho"UNIX time: {$dt->time}\n";echo"DOS time: {$dt->dos_time}\n";echo"DOS date: {$dt->dos_date}\n";