Now
class Now extends DateTimeImmutable (View source)
A unique DateTime object which serves as a reliable reference for the time "now" for all parts of Flow and its packages. It also improves testability of code relying on a certain time.
At any place you'd normally call PHP's time() function or create a DateTime object with the current time, you can instead use this instance.