We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Provides the current system time in a predictable timezone.
\FastForward\Clock\SystemClock
ClockInterface
Creates a new system clock.
public __construct(\DateTimeZone|string|null $timezone = null): mixed
Parameters:
$timezone
Returns the current date-time.
public now(): \DateTimeImmutable