<i id='UTwbV'><tr id='UTwbV'><dt id='UTwbV'><q id='UTwbV'><span id='UTwbV'><b id='UTwbV'><form id='UTwbV'><ins id='UTwbV'></ins><ul id='UTwbV'></ul><sub id='UTwbV'></sub></form><legend id='UTwbV'></legend><bdo id='UTwbV'><pre id='UTwbV'><center id='UTwbV'></center></pre></bdo></b><th id='UTwbV'></th></span></q></dt></tr></i><div id='UTwbV'><tfoot id='UTwbV'></tfoot><dl id='UTwbV'><fieldset id='UTwbV'></fieldset></dl></div>
<legend id='UTwbV'><style id='UTwbV'><dir id='UTwbV'><q id='UTwbV'></q></dir></style></legend>

      <small id='UTwbV'></small><noframes id='UTwbV'>

      • <bdo id='UTwbV'></bdo><ul id='UTwbV'></ul>
    1. <tfoot id='UTwbV'></tfoot>

      .NET 中 UTC 和 GMT 标准时间之间的差异

      Difference between UTC and GMT Standard Time in .NET(.NET 中 UTC 和 GMT 标准时间之间的差异)

          <tbody id='r0qlp'></tbody>

            <bdo id='r0qlp'></bdo><ul id='r0qlp'></ul>
            <legend id='r0qlp'><style id='r0qlp'><dir id='r0qlp'><q id='r0qlp'></q></dir></style></legend>
          • <i id='r0qlp'><tr id='r0qlp'><dt id='r0qlp'><q id='r0qlp'><span id='r0qlp'><b id='r0qlp'><form id='r0qlp'><ins id='r0qlp'></ins><ul id='r0qlp'></ul><sub id='r0qlp'></sub></form><legend id='r0qlp'></legend><bdo id='r0qlp'><pre id='r0qlp'><center id='r0qlp'></center></pre></bdo></b><th id='r0qlp'></th></span></q></dt></tr></i><div id='r0qlp'><tfoot id='r0qlp'></tfoot><dl id='r0qlp'><fieldset id='r0qlp'></fieldset></dl></div>
              <tfoot id='r0qlp'></tfoot>
            1. <small id='r0qlp'></small><noframes id='r0qlp'>

              1. 本文介绍了.NET 中 UTC 和 GMT 标准时间之间的差异的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                在 .NET 中,以下语句返回不同的值:

                In .NET, the following statements return different values:

                Response.Write(
                  TimeZoneInfo.ConvertTime(
                    DateTime.Parse("2010-07-01 5:30:00.000"),
                    TimeZoneInfo.FindSystemTimeZoneById("Pacific Standard Time"),
                    TimeZoneInfo.FindSystemTimeZoneById("GMT Standard Time"))
                  );
                // displays 7/1/2010 1:30:00 PM
                

                ..还有这个...

                Response.Write(
                  TimeZoneInfo.ConvertTime(
                    DateTime.Parse("2010-07-01 5:30:00.000"),
                    TimeZoneInfo.FindSystemTimeZoneById("Pacific Standard Time"),
                    TimeZoneInfo.FindSystemTimeZoneById("UTC"))
                  );
                // displays 7/1/2010 12:30:00 PM
                

                这是为什么?我认为 UTC 和 GMT 标准时间是等价的.

                Why is this? I thought UTC and GMT Standard Time are equivalent.

                更新

                经过进一步测试,我发现以下似乎是等效的:

                Upon further testing, I find that the following appear to be equivalent:

                UTC"

                格林威治标准时间"

                摩洛哥标准时间"

                然而,夏季月份的情况有所不同:

                Whereas, the following is different during summer months:

                格林威治标准时间"

                也许我的问题应该是,为什么是格林威治标准时间"?和GMT 标准时间"不一样?

                Perhaps my question should be, why are "Greenwich Mean Time" and "GMT Standard Time" different?

                结束更新

                推荐答案

                GMT 调整 夏令时 (DST).您可以在这个 网站上听到马嘴里的声音.

                GMT does not adjust for Daylight saving time (DST). You can hear it from the horse's mouth on this web site.

                添加这行代码查看问题根源:

                Add this line of code to see the source of the problem:

                  Console.WriteLine(TimeZoneInfo.FindSystemTimeZoneById("GMT Standard Time").SupportsDaylightSavingTime);
                

                输出:真.

                这不是 .NET 问题,而是 Windows 搞砸了.TimeZoneInfo 使用的注册表项是 HKLMSOFTWAREMicrosoftWindows NTCurrentVersionTime ZonesGMT 标准时间.你最好坚持使用 UTC.

                This is not a .NET problem, it is Windows messing up. The registry key that TimeZoneInfo uses is HKLMSOFTWAREMicrosoftWindows NTCurrentVersionTime ZonesGMT Standard Time. You'd better stick with UTC.

                这篇关于.NET 中 UTC 和 GMT 标准时间之间的差异的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                WPF ListBox not updating with the ItemsSource(WPF ListBox 未使用 ItemsSource 更新)
                Problem getting list box items added through jquery in code behind(在后面的代码中通过 jquery 添加列表框项目时出现问题)
                Selected item in list box is null(列表框中的选定项为空)
                ASP.NET: Listbox datasource and databind(ASP.NET:列表框数据源和数据绑定)
                .NET 3.5 Listbox Selected Values (Winforms)(.NET 3.5 列表框选定值(Winforms))
                Why does the WPF listbox change selection on mouse button down rather than button up?(为什么 WPF 列表框在鼠标按下而不是按下按钮时更改选择?)

              2. <small id='JaoLN'></small><noframes id='JaoLN'>

                  1. <i id='JaoLN'><tr id='JaoLN'><dt id='JaoLN'><q id='JaoLN'><span id='JaoLN'><b id='JaoLN'><form id='JaoLN'><ins id='JaoLN'></ins><ul id='JaoLN'></ul><sub id='JaoLN'></sub></form><legend id='JaoLN'></legend><bdo id='JaoLN'><pre id='JaoLN'><center id='JaoLN'></center></pre></bdo></b><th id='JaoLN'></th></span></q></dt></tr></i><div id='JaoLN'><tfoot id='JaoLN'></tfoot><dl id='JaoLN'><fieldset id='JaoLN'></fieldset></dl></div>
                    <tfoot id='JaoLN'></tfoot>
                      <tbody id='JaoLN'></tbody>
                      <bdo id='JaoLN'></bdo><ul id='JaoLN'></ul>
                    • <legend id='JaoLN'><style id='JaoLN'><dir id='JaoLN'><q id='JaoLN'></q></dir></style></legend>