We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f567731 commit 589988cCopy full SHA for 589988c
1-js/05-data-types/11-date/article.md
@@ -387,7 +387,7 @@ The string format should be: `YYYY-MM-DDTHH:mm:ss.sssZ`, where:
387
388
- `YYYY-MM-DD` -- is the date: year-month-day.
389
- The character `"T"` is used as the delimiter.
390
-- `HH:mm:ss.sss` -- is the time: hours, minutes, seconds and milliseconds.
+- `HH:mm:ss.sss` -- is the time: hours:minutes:seconds.milliseconds.
391
- The optional `'Z'` part denotes the time zone in the format `+-hh:mm`. A single letter `Z` would mean UTC+0.
392
393
Shorter variants are also possible, like `YYYY-MM-DD` or `YYYY-MM` or even `YYYY`.
0 commit comments