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.
A clock implementation that returns the current system time.
This class implements the ClockInterface and provides a method to get the current time as a DateTimeImmutable object.
\FastForward\DevTools\Psr\Clock\SystemClock
ClockInterface
Returns the current time as a DateTimeImmutable Object.
public now(): \DateTimeImmutable