関数
Utils::getCurrentUTCDateTime()
DateTime
DateTime
ファイル: 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 |