Preview: SystemTime.php
Size: 216 B
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/spatie/flare-client-php/src/Time/SystemTime.php
<?php
namespace Spatie\FlareClient\Time;
use DateTimeImmutable;
class SystemTime implements Time
{
public function getCurrentTime(): int
{
return (new DateTimeImmutable())->getTimestamp();
}
}
Directory Contents
Dirs: 0 × Files: 2