Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid authored and tim-smart committed Feb 3, 2025
1 parent 4ddbc53 commit b2697a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/src/DateTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export const unsafeNow: LazyArg<Utc> = Internal.unsafeNow
* ```ts
* import { DateTime } from "effect"
*
* const now = yield* DateTime.unsafeMakeZoned({ year: 2024 }, { timeZone: "Europe/London" })
* const now = DateTime.unsafeMakeZoned({ year: 2024 }, { timeZone: "Europe/London" })
*
* // set as UTC
* const utc: DateTime.Utc = DateTime.toUtc(now)
Expand Down

0 comments on commit b2697a1

Please sign in to comment.