-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
背景
用户导入数据 与 第三方saas使用 时所用的日期格式不一致。
excel 数据导入支持常用时间格式
-
RFC3339 = "2006-01-02T15:04:05Z07:00" DateTime = "2006-01-02 15:04:05" DateOnly = "2006-01-02" TimeOnly = "15:04:05" -
api 接口需要调用者自行转换时间格式以适配cmdb接口
需求
导出支持format自定义时间格式
v3 版本
cc_ObjAttDes 时间字段添加option format(格式)用于前端展示
{
"option": {
"ui_format": "2025-12-12 01:01:01"
}
}
v4版本
- 区分前端与后端约束
- 后端选取更为统一的时间格式
Metadata
Metadata
Assignees
Labels
No labels