Commit ba94fd6
Document IANA time zone support on Windows in FindSystemTimeZoneById (#11896)
* Document IANA time zone support on Windows in FindSystemTimeZoneById
Added clarification that starting with .NET 6, Windows systems support
IANA time zone identifiers (like "America/Los_Angeles" or
"Pacific/Auckland") in addition to Windows registry time zones. This
provides cross-platform time zone resolution capabilities.
The previous documentation only mentioned Windows registry lookups for
Windows systems, which could mislead developers into thinking IANA
identifiers only work on Linux and macOS.
Fixes #10713
* Respond to feedback
---------
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>1 parent ef05741 commit ba94fd6
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1892 | 1892 | | |
1893 | 1893 | | |
1894 | 1894 | | |
1895 | | - | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
1896 | 1901 | | |
1897 | 1902 | | |
1898 | 1903 | | |
| |||
0 commit comments