pull/1684/head
pierwill 2020-10-19 10:14:54 -07:00 committed by GitHub
parent 1efc76f43c
commit c94ccacfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ When it is omitted, the location option is used to determine the offset.
```js
date_time_lit = date [ "T" time ] .
date = year_lit "-" month "-" day .
date = year "-" month "-" day .
year = decimal_digit decimal_digit decimal_digit decimal_digit .
month = decimal_digit decimal_digit .
day = decimal_digit decimal_digit .