Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Report Builder 2.0 构建一个报告,其中包含作为 UTC 时间存储在数据库中的日期时间数据。有没有办法将 UTC 时间转换为查看报告的计算机的本地时间?
谢谢。
我似乎偶然发现了我的问题的答案。数据源视图允许您在“DateTimeMode”属性下指定一列是保存本地时间还是 UTC 时间。
小心使用 DateTimeConversion。报告由客户端显示,计算机由您的报告服务器显示。ToLocalTime 方法和 DateTimeMode 使用的日期将转换为您的报表服务器本地时间,这可能与浏览客户端计算机不同。
使用这个:TimeZone..::.ToLocalTime 方法
也看这里:http: //www.windows-tech.info/15/9115c76955a6a6e1.php