Skip to content

Commit

Permalink
fix changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jul 22, 2024
1 parent e6eaee9 commit 2f5eeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/clean-trainers-tap.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Effect.gen(function* () {
const sydneyTime = tomorrow.pipe(
DateTime.unsafeSetZoneNamed("Australia/Sydney"),
);
}).pipe(Effect.withCurrentZoneNamed("America/New_York"));
}).pipe(DateTime.withCurrentZoneNamed("America/New_York"));
```

0 comments on commit 2f5eeb7

Please sign in to comment.