ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Data\Clock\UtcClock Class Reference
+ Inheritance diagram for ILIAS\Data\Clock\UtcClock:
+ Collaboration diagram for ILIAS\Data\Clock\UtcClock:

Public Member Functions

 now ()
 
 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.

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

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