Skip to content

Commit

Permalink
Fix the time zone error for building on Ubuntu 24.04 machine. (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real authored Jan 12, 2025
1 parent 5c0403b commit f620a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void ContinueAfterActionThrows()
[Fact]
public void TestCronLocalTime()
{
using (new FakeLocalTimeZone(TimeZoneInfo.FindSystemTimeZoneById("US/Eastern")))
using (new FakeLocalTimeZone(TimeZoneInfo.FindSystemTimeZoneById("America/New_York")))
{
var count = 0;
var sched = new TestScheduler();
Expand Down

0 comments on commit f620a05

Please sign in to comment.