File manager - Edit - /home/linknsbh/rassudr.online/vendor/beste/clock/src/Clock/SystemClock.php
Back
<?php declare(strict_types=1); namespace Beste\Clock; use Beste\Clock; use DateTimeImmutable; final class SystemClock implements Clock { private function __construct() { } public static function create(): self { return new self(); } public function now(): DateTimeImmutable { return new DateTimeImmutable(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.59 |
proxy
|
phpinfo
|
Settings