Skip to content

Commit

Permalink
Remove extra leading 0 in docs (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
tu4mo committed Apr 8, 2021
1 parent 76945e0 commit d93b509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format/index.js
Expand Up @@ -175,7 +175,7 @@ var unescapedLatinCharacterRegExp = /[a-zA-Z]/
* | | ss | 00, 01, ..., 59 | |
* | Fraction of second | S | 0, 1, ..., 9 | |
* | | SS | 00, 01, ..., 99 | |
* | | SSS | 000, 0001, ..., 999 | |
* | | SSS | 000, 001, ..., 999 | |
* | | SSSS | ... | 3 |
* | Timezone (ISO-8601 w/ Z) | X | -08, +0530, Z | |
* | | XX | -0800, +0530, Z | |
Expand Down

0 comments on commit d93b509

Please sign in to comment.