関数
Utils::getCurrentUTCDateTime()
DateTimeDateTimeファイル: src/Utils.php
public static function getCurrentUTCDateTime() {
return (new DateTime('now', new DateTimeZone(self::UTC_TIME_ZONE)));
}
| 使用されるアイテム | 説明 |
|---|---|
| src/Utils.php: Utils::getCurrentUTCDateTimeString() | Returns UTC DateTime string |