<?php namespace Spatie\FlareClient\Time; use DateTimeImmutable; class SystemTime implements Time { public function getCurrentTime(): int { return (new DateTimeImmutable())->getTimestamp(); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
SystemTime.php | File | 216 B | 0644 |
|
Time.php | File | 105 B | 0644 |
|