我正在使用json-schema的实现。在实现包中,API发送的日期时间格式(2019-08-26T12:32:42.503+0000
)被认为是Invalid date-time format
。但是,它正在接受2019-08-26T12:32:42.503+00:00
. 是实现错误还是 API?怎样才能避免这个错误?
我正在使用json-schema的实现。在实现包中,API发送的日期时间格式(2019-08-26T12:32:42.503+0000
)被认为是Invalid date-time format
。但是,它正在接受2019-08-26T12:32:42.503+00:00
. 是实现错误还是 API?怎样才能避免这个错误?