开发者

Daylight savings information for converting UTC dates

I am developing reports using Microsoft SQL Report Builder 2.0. One of my requirement is to display the timezone information by passing "Timezone Offset" (-08:00) as a parameter to the report. Based on the offset value, we convert a UTC date to its appropr开发者_开发知识库iate timezone value (using VB.NET) and display the same. However, this does not consider the daylight savings. Is there anyway to incorporate daylight savings related changes to our conversion?

FYI, the platform is .NET Framework 3.

Thanks, Veera


Take a look at the following:

  • TimeZone.GetDaylightChanges
  • DaylightTime
  • TimeZoneInfo

There are all sorts of properties and methods that you may be able to take advantage of.


I got the answer, If I want to acce.ss the timezone in the code. I need to add the "system.core" & then if imezonecreate a timezoninfo object and I can create custom timezone. Also we can get all timezones available zones from the system.

http://msdn.microsoft.com/en-us/library/system.timezoneinfo_members(v=VS.100).aspx http://msdn.microsoft.com/en-us/library/bb309898(v=VS.100).aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜