我不明白什么格式使用 ArangoDB 进行日期存储。尝试以这种格式插入日期:
{"name": "vasia", "date": date("2013-01-15")}
std.json.JSONException@C:\vibe-d-0.7.24\source\vibe\data\json.d(1116): (1): Error: Expected valid JSON token, got 'date("2013-0'.
看起来振动的 JSON 模块在这个字符串上失败了,但是什么格式使用 Arango?
格式{"name":"vasia","date":"2013-01-15"}中的字符串已成功插入 DB,但我不明白它是作为文本插入还是作为 Date 对象插入?