ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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 26 of file UtcClock.php.

Member Function Documentation

◆ now()

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

Implements ILIAS\Data\Clock\ClockInterface.

Definition at line 28 of file UtcClock.php.

29  {
30  return new DateTimeImmutable('now', new DateTimeZone('UTC'));
31  }

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