SSRS Azure 日期时间到本地日期时间转换
我编写了一份从 SQL Azure 存储中提取数据的报告。看起来 DateTime 存储在服务器日期时间上(基于东南亚)。
当我呈现报告时,日期时间对用户来说非常混乱,因为它不是本地日期时间。有人可以建议如何将 SSRS 中的服务器日期时间转换为本地日期时间吗?
谢谢
I've written a report that extracts the data from SQL Azure storage. Looks like DateTime are stored on server datetime (based on South east asia).
When I render the report the date time is very confusing to the users as it's not a local datetime. Could anyone please suggest how to convert the serverdatetime to local datetime in SSRS, please?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这不是本地日期时间而是 UTC。您可以通过将所有时间戳和服务器时间从 UTC 转换为本地时间戳来显式处理。
I think that is not the local datetime but UTC. You can handle all the timestamp and server time by explicitly by converting it to localtime stamp from UTC.