Skip to content

Commit 589988c

Browse files
committed
line 390
modified by the same logic of line 388
1 parent f567731 commit 589988c

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
@@ -387,7 +387,7 @@ The string format should be: `YYYY-MM-DDTHH:mm:ss.sssZ`, where:
387387

388388
- `YYYY-MM-DD` -- is the date: year-month-day.
389389
- The character `"T"` is used as the delimiter.
390-
- `HH:mm:ss.sss` -- is the time: hours, minutes, seconds and milliseconds.
390+
- `HH:mm:ss.sss` -- is the time: hours:minutes:seconds.milliseconds.
391391
- The optional `'Z'` part denotes the time zone in the format `+-hh:mm`. A single letter `Z` would mean UTC+0.
392392

393393
Shorter variants are also possible, like `YYYY-MM-DD` or `YYYY-MM` or even `YYYY`.

0 commit comments

Comments
 (0)