Skip to content

Commit f47ecc7

Browse files
Dorin-Davidpasor1
andauthored
Update 1-js/05-data-types/11-date/article.md
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
1 parent aa23e45 commit f47ecc7

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
@@ -117,7 +117,7 @@ let date = new Date();
117117
// l'ora nella tua time zone corrente
118118
alert( date.getHours() );
119119
120-
// L'ora in UTC+0 time zone (l'orario di London senza il daylight saving time)
120+
// L'ora in UTC+0 time zone (l'orario di Londra senza l'ora legale)
121121
alert( date.getUTCHours() );
122122
```
123123

0 commit comments

Comments
 (0)