Skip to content

Commit

Permalink
[docs] fixed: typo in usage with moment guide for UTC and timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
AWAIS97 committed Sep 30, 2024
1 parent 0f0a7ec commit bc29b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/date-pickers/timezone/timezone.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Please check out the documentation of the [UTC and timezones on Luxon](https://m
:::info
**How to create a UTC date with Moment?**

To create a UTC date, use the `dayjs.utc` method
To create a UTC date, use the `moment.utc` method

```tsx
const date = moment.utc('2022-04-17T15:30');
Expand Down

0 comments on commit bc29b55

Please sign in to comment.