You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<related type="Article" href="/dotnet/standard/datetime/choosing-between-datetime">Choosing Between DateTime, DateTimeOffset, TimeSpan, and TimeZoneInfo</related>
510
510
<related type="Article" href="/dotnet/standard/datetime/working-with-calendars">Working with Calendars</related>
@@ -3027,7 +3027,7 @@ The behavior of the .NET Framework and COM means that if your application round-
@@ -7517,7 +7517,7 @@ In general, the ticks represent the time according to the time zone specified by
7517
7517
<format type="text/markdown"><![CDATA[
7518
7518
7519
7519
## Remarks
7520
-
The local time is equal to the Coordinated Universal Time (UTC) time plus the UTC offset. For more information about the UTC offset, see <xref:System.TimeZone.GetUtcOffset%2A?displayProperty=nameWithType>. The conversion also takes into account the daylight saving time rule that applies to the time represented by the current <xref:System.DateTime> object.
7520
+
The local time is equal to the Coordinated Universal Time (UTC) time plus the UTC offset. For more information about the UTC offset, see <xref:System.TimeZoneInfo.GetUtcOffset%2A?displayProperty=nameWithType>. The conversion also takes into account the daylight saving time rule that applies to the time represented by the current <xref:System.DateTime> object.
7521
7521
7522
7522
> [!IMPORTANT]
7523
7523
> On Windows XP systems, the <xref:System.DateTime.ToLocalTime%2A> method recognizes only the current adjustment rule when converting from UTC to local time. As a result, conversions for periods before the current adjustment rule came into effect may not accurately reflect the difference between UTC and local time.
@@ -7559,9 +7559,9 @@ In general, the ticks represent the time according to the time zone specified by
@@ -8323,7 +8323,7 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
8323
8323
<format type="text/markdown"><![CDATA[
8324
8324
8325
8325
## Remarks
8326
-
The Coordinated Universal Time (UTC) is equal to the local time minus the UTC offset. For more information about the UTC offset, see <xref:System.TimeZone.GetUtcOffset%2A?displayProperty=nameWithType>. The conversion also takes into account the daylight saving time rule that applies to the time represented by the current <xref:System.DateTime> object.
8326
+
The Coordinated Universal Time (UTC) is equal to the local time minus the UTC offset. For more information about the UTC offset, see <xref:System.TimeZoneInfo.GetUtcOffset%2A?displayProperty=nameWithType>. The conversion also takes into account the daylight saving time rule that applies to the time represented by the current <xref:System.DateTime> object.
8327
8327
8328
8328
> [!IMPORTANT]
8329
8329
> On Windows XP systems, the <xref:System.DateTime.ToUniversalTime%2A> method recognizes only the current adjustment rule when converting from local time to UTC. As a result, conversions for periods before the current adjustment rule came into effect may not accurately reflect the difference between local time and UTC.
@@ -9170,7 +9170,7 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
0 commit comments