baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
16.47k stars 2.4k forks source link

【BUG】InputDatetime 日期时间 设置值格式 ISO8601,自动转换成UTC格式 #10540

Open huimingxie opened 3 days ago

huimingxie commented 3 days ago

InputDatetime 日期时间 设置值格式 ISO8601,自动转换成UTC格式 ,配置和截图如下。预期结果,日期时间值为 YYYY-MM-DDTHH:mm:ssZ 格式,不要自动转换UTC。 @2betop { "type": "page", "body": { "type": "form", "debug": true, "api": "/amis/api/mock2/form/saveForm", "body": [ { "type": "input-datetime", "name": "datetime", "label": "日期时间", "valueFormat": "YYYY-MM-DDTHH:mm:ssZ" } ] } }

image