共用方式為


unixtime_seconds_todatetime()

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

將 unix-epoch 秒轉換為 UTC 日期時間。

語法

unixtime_seconds_todatetime(seconds)

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 描述
seconds real ✔️ 以秒為單位的 epoch 時間戳。 在 datetime Epoch 時間之前發生的值 (1970-01-01 00:00:00) 具有負時間戳值。

傳回

如果轉換成功,結果會是 datetime 值。 否則,結果會是 null。

範例

print date_time = unixtime_seconds_todatetime(1546300800)

輸出

date_time
2019-01-01 00:00:00.0000000