You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
@ -82,8 +82,6 @@ namespace MonoTests.System
|
||||
[Test]
|
||||
public void DeltaNotInSeconds ()
|
||||
{
|
||||
if (Environment.OSVersion.Platform != PlatformID.Unix)
|
||||
throw new ArgumentOutOfRangeException ();;
|
||||
DateTime dateStart = new DateTime (2007,01,01);
|
||||
DateTime dateEnd = new DateTime (2008,01,01);
|
||||
TimeZoneInfo.TransitionTime daylightTransitionStart = TimeZoneInfo.TransitionTime.CreateFixedDateRule (new DateTime (1,1,1,2,0,0), 03, 11);
|
||||
|
Reference in New Issue
Block a user