ILIAS  release_8 Revision v8.23
ILIAS\Data\Clock\UtcClock Class Reference
+ Inheritance diagram for ILIAS\Data\Clock\UtcClock:
+ Collaboration diagram for ILIAS\Data\Clock\UtcClock:

Public Member Functions

 now ()
 

Detailed Description

Definition at line 24 of file UtcClock.php.

Member Function Documentation

◆ now()

ILIAS\Data\Clock\UtcClock::now ( )

Implements ILIAS\Data\Clock\ClockInterface.

Definition at line 26 of file UtcClock.php.

27  {
28  return new DateTimeImmutable('now', new DateTimeZone('UTC'));
29  }

The documentation for this class was generated from the following file: