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
{TimeZoneInfo.FindSystemTimeZoneById(s_strPacific),"(UTC-08:00) Pacific Time (Los Angeles)","Pacific Standard Time","Pacific Daylight Time"},
118
-
{TimeZoneInfo.FindSystemTimeZoneById(s_strSydney),"(UTC+10:00) Eastern Australia Time (Sydney)","Australian Eastern Standard Time","Australian Eastern Daylight Time"},
119
-
{TimeZoneInfo.FindSystemTimeZoneById(s_strPerth),"(UTC+08:00) Australian Western Standard Time (Perth)","Australian Western Standard Time","Australian Western Daylight Time"},
120
-
121
-
// https://github.com/dotnet/runtime/issues/83901 The name is not same accross different OS updates.
{s_NewfoundlandTz,"(UTC-03:30) Newfoundland Time (St. John’s)","Newfoundland Standard Time","Newfoundland Daylight Time"},
125
-
{s_catamarcaTz,"(UTC-03:00) Argentina Standard Time (Catamarca)","Argentina Standard Time","Argentina Summer Time"}
117
+
{TimeZoneInfo.FindSystemTimeZoneById(s_strPacific),"(UTC-08:00) Pacific Time (Los Angeles)",null,"Pacific Standard Time","Pacific Daylight Time"},
118
+
{TimeZoneInfo.FindSystemTimeZoneById(s_strSydney),"(UTC+10:00) Eastern Australia Time (Sydney)",null,"Australian Eastern Standard Time","Australian Eastern Daylight Time"},
119
+
{TimeZoneInfo.FindSystemTimeZoneById(s_strPerth),"(UTC+08:00) Australian Western Standard Time (Perth)",null,"Australian Western Standard Time","Australian Western Daylight Time"},
120
+
{TimeZoneInfo.FindSystemTimeZoneById(s_strIran),"(UTC+03:30) Iran Time","(UTC+03:30) Iran Standard Time (Tehran)","Iran Standard Time","Iran Daylight Time"},
121
+
{s_NewfoundlandTz,"(UTC-03:30) Newfoundland Time (St. John’s)",null,"Newfoundland Standard Time","Newfoundland Daylight Time"},
122
+
{s_catamarcaTz,"(UTC-03:00) Argentina Standard Time (Catamarca)",null,"Argentina Standard Time","Argentina Summer Time"}
126
123
};
127
124
}
128
125
129
126
// We test the existence of a specific English time zone name to avoid failures on non-English platforms.
0 commit comments