Current File : /home/pacjaorg/.trash/libraries.1/vendor/web-token/jwt-library/Checker/InternalClock.php
<?php

declare(strict_types=1);

namespace Jose\Component\Checker;

use DateTimeImmutable;
use Psr\Clock\ClockInterface;

/**
 * @internal
 */
final class InternalClock implements ClockInterface
{
    public function now(): DateTimeImmutable
    {
        return new DateTimeImmutable();
    }
}
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!