Skip to content

Commit 8822b01

Browse files
authored
Update TimeZoneInfo.xml - nitpick regarding ICU
If ICU hardcoded time zone data, it wouldn't be in the form classes, so adjust the wording around that. The new wording doesn't end up implying anything about whether ICU hard-codes the data, which seems like it might depend on ICU's build configuaration, your definitiom of "hard-code", and whether the ICU in question is bundled with the .NET runtime or supplied by the system.
1 parent 06aa69d commit 8822b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/TimeZoneInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
|<xref:System.TimeZoneInfo.Local%2A> property|Instantiates a <xref:System.TimeZoneInfo> object that represents the local time zone.|
116116
|<xref:System.TimeZoneInfo.Utc%2A> property|Instantiates a <xref:System.TimeZoneInfo> object that represents the UTC zone.|
117117
118-
You can use the <xref:System.TimeZoneInfo.CreateCustomTimeZone%2A> method to create a time zone that is not defined in the local system registry on Windows systems or by the time zone classes in the [ICU Library](https://unicode-org.github.io/icu/userguide/datetime/timezone/) on Linux or macOS. You can then use the <xref:System.TimeZoneInfo.ToSerializedString%2A> property to save the time zone object's information as a string, which can be stored in some form that is accessible to the application. You can use the <xref:System.TimeZoneInfo.FromSerializedString%2A> method to convert a serialized string back to a <xref:System.TimeZoneInfo> object.
118+
You can use the <xref:System.TimeZoneInfo.CreateCustomTimeZone%2A> method to create a time zone that is not defined in the local system registry on Windows systems or by the [ICU Library's Time Zone Data](https://unicode-org.github.io/icu/userguide/datetime/timezone/) on Linux or macOS. You can then use the <xref:System.TimeZoneInfo.ToSerializedString%2A> property to save the time zone object's information as a string, which can be stored in some form that is accessible to the application. You can use the <xref:System.TimeZoneInfo.FromSerializedString%2A> method to convert a serialized string back to a <xref:System.TimeZoneInfo> object.
119119
120120
]]></format>
121121
</remarks>

0 commit comments

Comments
 (0)