Skip to content

Commit 3633d54

Browse files
committed
line 108
1 parent 6e8cce3 commit 3633d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Additionally, we can get a day of week:
105105
106106
There are also their UTC-counterparts, that return day, month, year and so on for the time zone UTC+0: [getUTCFullYear()](mdn:js/Date/getUTCFullYear), [getUTCMonth()](mdn:js/Date/getUTCMonth), [getUTCDay()](mdn:js/Date/getUTCDay). Just insert the `"UTC"` right after `"get"`.
107107
108-
If your local time zone is shifted relative to UTC, then the code below shows different hours:
108+
If your local time zone is offset relative to UTC, then the code below shows different hours:
109109
110110
```js run
111111
// current date

0 commit comments

Comments
 (0)