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.
我有 SSRS 报告,每次运行报告时都会显示执行时间。我想在它旁边显示时区值。我怎么得到那个。
谢谢,贾兹
要获取服务器上的时区,请使用:
TimeZone.CurrentTimeZone.StandardName TimeZone.CurrentTimeZone.GetUtcOffset(Now()).ToString()