Skip to content

Commit

Permalink
Update .utcOffset description (#627)
Browse files Browse the repository at this point in the history
Added 'or set' to the description of the `.utcOffset()` method.
  • Loading branch information
Piglacquer committed May 12, 2020
1 parent 8b2595f commit d44f1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/moment/03-manipulating/09-utc-offset.md
Expand Up @@ -7,7 +7,7 @@ signature: |
moment().utcOffset(Number|String, Boolean);
---

Get the UTC offset in minutes.
Get or set the UTC offset in minutes.

**Note:** Unlike [`moment.fn.zone`](/docs/#/manipulating/timezone-offset/) this
function returns the real offset from UTC, not the reverse offset (as returned
Expand Down

0 comments on commit d44f1e7

Please sign in to comment.