DateTimeZone.UtcNowDateTimeZone.UtcNow
構文Syntax
DateTimeZone.UtcNow() as datetimezone
バージョン情報About
UTC (GMT タイム ゾーン) での現在の日付と時刻を返します。Returns the current date and time in UTC (the GMT timezone).
例 1Example 1
現在の日付と時刻を UTC で取得します。Get the current date & time in UTC.
DateTimeZone.UtcNow()
#datetimezone(2011, 8, 16, 23, 34, 37.745, 0, 0)