@@ -96,7 +96,7 @@ public static void ValidateLibyaTimeZoneTest()
96
96
}
97
97
98
98
[ Fact ]
99
- [ ActiveIssue ( 846 , PlatformID . AnyUnix ) ]
99
+ [ ActiveIssue ( 2465 , PlatformID . AnyUnix ) ]
100
100
public static void ValidateRussiaTimeZoneTest ( )
101
101
{
102
102
TimeZoneInfo tz = TimeZoneInfo . FindSystemTimeZoneById ( s_strRussian ) ;
@@ -160,13 +160,13 @@ public static void NearMinMaxDateTimeOffsetConvertTest()
160
160
VerifyConvert ( new DateTimeOffset ( DateTime . MinValue . AddHours ( 5 ) , new TimeSpan ( - 3 , 0 , 0 ) ) , s_strPacific , new DateTimeOffset ( DateTime . MinValue , new TimeSpan ( - 8 , 0 , 0 ) ) ) ;
161
161
162
162
VerifyConvert ( DateTime . MaxValue , s_strPacific , s_strSydney , DateTime . MaxValue ) ;
163
- if ( Interop . IsWindows ) // [ActiveIssue(846 , PlatformID.AnyUnix)]
163
+ if ( Interop . IsWindows ) // [ActiveIssue(2465 , PlatformID.AnyUnix)]
164
164
{
165
165
VerifyConvert ( DateTime . MaxValue . AddHours ( - 19 ) , s_strPacific , s_strSydney , DateTime . MaxValue ) ;
166
166
}
167
167
VerifyConvert ( DateTime . MaxValue . AddHours ( - 19.5 ) , s_strPacific , s_strSydney , DateTime . MaxValue . AddHours ( - 0.5 ) ) ;
168
168
VerifyConvert ( DateTime . MinValue , s_strSydney , s_strPacific , DateTime . MinValue ) ;
169
- if ( Interop . IsWindows ) // [ActiveIssue(846 , PlatformID.AnyUnix)]
169
+ if ( Interop . IsWindows ) // [ActiveIssue(2465 , PlatformID.AnyUnix)]
170
170
{
171
171
VerifyConvert ( DateTime . MinValue . AddHours ( 19 ) , s_strSydney , s_strPacific , DateTime . MinValue ) ;
172
172
VerifyConvert ( DateTime . MinValue . AddHours ( 19.5 ) , s_strSydney , s_strPacific , DateTime . MinValue . AddHours ( 0.5 ) ) ;
0 commit comments