Difference between UTC and GMT Standard Time in .NET

后端 未结 7 924
臣服心动
臣服心动 2020-11-27 04:45

In .NET, the following statements return different values:

Response.Write(
  TimeZoneInfo.ConvertTime(
    DateTime.Parse("2010-07-01 5:30:00.000"),         


        
相关标签:
7条回答
  • 2020-11-27 05:43

    Here is a discussion of Coordinated Univeral Timezones. It seems that UTC is usually used when a high precision is need for the time frame. Greenwhich Meantime is pretty close and is used back and forth with UTC.

    Hope this helps some.

    0 讨论(0)
提交回复
热议问题