MS Dynamic AX 2009时区问题

发布于 2024-10-14 23:56:58 字数 199 浏览 0 评论 0原文

我的问题与任何发布期间 AX 中修改日期时间字段的数量有关。

假设我在新加坡有一台服务器,并且正在通过印度客户进行工作,新加坡的当前时间是中午 12 点,印度的当前时间是上午 9 点然后,当我发布任何采购订单装箱单时,它会填充修改后的日期时间新加坡时间(即中午 12 点)的字段,但我需要在那里填充印度时间(即上午 9 点)。怎么可能呢?

问候 SSM

My question is related to population of modified date time field in AX during any posting.

Suppose I have a server at singapore and i am working through a client India,and the current time in singapore is 12 p.m and that in India is 9 a.m. Then while I am posting any purchase order packing slip, it is populating the modified date time field with the time of singapore i.e 12 p.m. But I require the Indian time i.e 9 a.m. to be populated there. How is it possible?

Regards
SSM

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

春庭雪 2024-10-21 23:56:58

“ModifiedDateTime”字段的类型为 utcDateTime。在数据库中,存储的字段值将是 UTC/GMT 格式的日期/时间。然后,在 UI 中,该字段将使用您自己的时区进行转换和显示。

您的服务器在新加坡的位置因此不相关。

如果您在印度的用户显示的日期/时间错误,您应该在用户选项表单“工具/选项”中为各个用户设置时区。

The "ModifiedDateTime" field is of the type utcDateTime. In the database the field value stored will be the date/time in UTC/GMT. In the UI the field is then converted and displayed using your own time-zone.

The location of your server in Singapore is as such not relevant.

If your users in India gets a wrong date/time displayed, you should set the time-zone for the individual users in the user options form "Tools/Options".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文