---
title: DateTimeZone.UtcNow – เวลาปัจจุบัน UTC
url: https://www.thepexcel.com/functions/power-query/datetimezone-functions/datetimezone-utcnow/
type: function-explainer
program: Power Query
syntax: DateTimeZone.UtcNow() as datetimezone
date: 2025-12-03
updated: 2025-12-17
scores:
  popularity: 5
  difficulty: 2
  usefulness: 5
---

# DateTimeZone.UtcNow – เวลาปัจจุบัน UTC

> เวลาปัจจุบัน UTC

## คำอธิบาย

คืนค่าวันและเวลาปัจจุบันในหน่วย UTC (Coordinated Universal Time)

## Syntax

```excel
DateTimeZone.UtcNow() as datetimezone
```

## ตัวอย่าง

### 1. เวลา UTC

```excel
DateTimeZone.UtcNow()
```

**ผลลัพธ์:** `2025-11-30T08:30:00+00:00`

เวลามาตรฐานโลก (+00:00)

## ฟังก์ชันที่เกี่ยวข้อง

- [DateTimeZone.LocalNow – เวลาปัจจุบันตามเขตเวลาท้องถิ่น](https://www.thepexcel.com/functions/power-query/datetimezone-functions/datetimezone-localnow/)
- [DateTimeZone.ToUtc – แปลงเป็น UTC](https://www.thepexcel.com/functions/power-query/datetimezone-functions/datetimezone-toutc/)

## แหล่งข้อมูลเพิ่มเติม

- [PowerQuery.how](https://powerquery.how/datetimezone-utcnow/) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/power-query/datetimezone-functions/datetimezone-utcnow/](https://www.thepexcel.com/functions/power-query/datetimezone-functions/datetimezone-utcnow/)_
