Notion API 中的日期格式是什么?

ser*_*163 5 notion-api

{
    "object": "error",
    "status": 400,
    "code": "validation_error",
    "message": "{Bal has an invalid date value."
}
Run Code Online (Sandbox Code Playgroud)

我尝试了很多类型,但总是失败。为什么不直接写在文档中呢?

2021/05/14
2021/14/05
2021/5/14
2021/05/14 00:00:00
Run Code Online (Sandbox Code Playgroud)

ser*_*163 1

            "date": {
                "start": "2021-05-17T12:00:00Z",
                "end": "2021-05-17T12:00:00Z"
            }
Run Code Online (Sandbox Code Playgroud)

“end”值 如果为 null,则此属性的日期值不是范围。 日期类型链接