可使用toTimestamp()函数将日期转换为UNIX时间戳。示例代码:
toTimestamp(toDate('2022-01-01'))
可使用toDate()函数将UNIX时间戳转换为日期。示例代码:
toDate(1641004800000)
可使用toTimestamp()函数将日期时间字符串转换为UNIX时间戳。示例代码:
toTimestamp('2022-01-01T00:00:00Z')
可使用toString()函数将UNIX时间戳转换为日期时间字符串。示例代码:
toString(fromUnixTime(1641004800), 'yyyy-MM-ddTHH:mm:ssZ')
上一篇:AzureDataFactory-Lookup活动-如何访问错误数据?(SQL错误)
下一篇:AzureDataFactory:RepeatingFirstPagewhileFetchingDatafromAPIPagination