Skip to content

Commit

Permalink
docs(datetime): remove outdated mention of utc option
Browse files Browse the repository at this point in the history
  • Loading branch information
yibe authored Dec 24, 2024
1 parent d02d714 commit 68e9cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datetime/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface FormatOptions {
*
* @example UTC formatting
*
* Enable UTC formatting by setting the `utc` option to `true`.
* Enable UTC formatting by setting the `timeZone` option to `"UTC"`.
*
* ```ts ignore
* import { format } from "@std/datetime/format";
Expand Down

0 comments on commit 68e9cbb

Please sign in to comment.