gpt4 book ai didi

azure-data-factory-2 - 我们如何将天蓝色数据工厂中的时区转换为指定的时区

转载 作者:行者123 更新时间:2023-12-02 16:14:37 24 4
gpt4 key购买 nike

我想在“设置变量”事件中编写表达式并将 utcnow() 转换为“IST”(印度标准时间)

我将表达式写为:@convertTimeZone(utcnow(),'UTC','印度标准时间')

在调试管道时出现以下错误:

在函数“convertTimeZone”中,为时区 ID“印度标准时间”提供的值无效。 '.

我试过:

@convertTimeZone(utcnow(),'UTC','太平洋标准时间')

@convertTimeZone(utcnow(),'UTC','东部标准时间')并且调试对这两个都运行良好

如何让它适用于它不适用的情况?

最佳答案

Microsoft Time Zone Index Values 中没有“印度标准时间” ,而是“印度标准时间”。

因此您应该将表达式更改为:@convertTimeZone(utcnow(),'UTC','India Standard Time')


更新:

The name for the target time zone. For time zone names, see MicrosoftTime Zone Index Values, but you might have to remove any punctuationfrom the time zone name.

当您在 Microsoft 时区索引值中使用时区时,您需要从时区名称中删除所有标点符号。

关于azure-data-factory-2 - 我们如何将天蓝色数据工厂中的时区转换为指定的时区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67084644/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com