We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0403b commit f620a05Copy full SHA for f620a05
src/Extensions/NetDaemon.Extensions.Scheduling.Tests/Scheduling/CronTests.cs
@@ -93,7 +93,7 @@ public void ContinueAfterActionThrows()
93
[Fact]
94
public void TestCronLocalTime()
95
{
96
- using (new FakeLocalTimeZone(TimeZoneInfo.FindSystemTimeZoneById("US/Eastern")))
+ using (new FakeLocalTimeZone(TimeZoneInfo.FindSystemTimeZoneById("America/New_York")))
97
98
var count = 0;
99
var sched = new TestScheduler();
0 commit comments