gpt4 book ai didi

datetime - Documentum DQL : How can I get UTC time zone for Date columns to parse to . NET?

转载 作者:行者123 更新时间:2023-12-02 20:06:16 31 4
gpt4 key购买 nike

Documentum(通过 DFC 的 DQL)始终将日期结果列返回为格式如下的字符串:

Wed Oct 19 16:01:59 PDT 2011

...并且 .NET DateTime.Parse 函数对此感到窒息 - 特别是字符串的 PDT 时区(以后称为 TZ)部分 - 据我所知可以看出,DateTime 解析中没有这些 TZ 缩写的概念。当然,它会理解 +8:00,但不会理解 PDT

TZ 基于内容服务器的 TZ,内容服务器的 TZ 可能并不总是与 Web 服务的使用者相同的 TZ(我们通过 Web 服务提供 DQL 结果)。

所以...如果我能让 Documentum 始终在这些字符串中提供 UTC 时间,我就可以在客户端上轻松地进行转换,并且始终拥有正确的时区。

这可以做到吗?是否有 Documentum 设置可以让内容服务器始终返回 GMT 时间?

替代解决方案?

最佳答案

有关日期格式,请参阅您可以在 dfc.properties 文件中定义的 dfc.date_format = 设置。

摘自 dfcfull.properties 了解详细信息:

date format can be specied using the syntax of the Java SimpleDateFormat class

您拥有什么版本的 Content Server?在 D6.x 中,日期存储在 UTC 中,并由 Documentum 客户端应用程序转换为客户端的本地 TZ。欲了解更多详情,请参阅: https://community.emc.com/message/545879#545879

关于datetime - Documentum DQL : How can I get UTC time zone for Date columns to parse to . NET?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8247483/

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