unixtime_microseconds_todatetime()
適用於:✅Microsoft網狀架構✅Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel
將 unix-epoch 微秒轉換成 UTC 日期時間。
語法
unixtime_microseconds_todatetime(
微秒)
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | 描述 |
---|---|---|---|
微秒 | real |
✔️ | 以微秒為單位的 epoch 時間戳。 在 datetime Epoch 時間之前發生的值 (1970-01-01 00:00:00) 具有負時間戳值。 |
傳回
如果轉換成功,結果會是 datetime 值。 否則,結果會是 null。
範例
print date_time = unixtime_microseconds_todatetime(1546300800000000)
輸出
date_time |
---|
2019-01-01 00:00:00.0000000 |
相關內容
- 使用 unixtime_seconds_todatetime()將 unix-epoch 秒轉換成 UTC 日期時間。
- 使用 unixtime_milliseconds_todatetime()將 unix-epoch 毫秒轉換成 UTC 日期時間。
- 使用 unixtime_nanoseconds_todatetime()將 unix-epoch nanoseconds 轉換為 UTC 日期時間。