Actions
バグ #1452
closedRTSProfile: RTSystemEditor saves time in incorrect format
Start date:
04/30/2010
Due date:
% Done:
100%
Estimated time:
Description
RTSProfile XML files output by RTSystemEditor when saving a system have an error in the time format used in fields such as creation time. It is using a floating-point seconds value, for example:
rts:updateDate="2010-04-30T11:13:16.852+09:00" rts:creationDate="2010-04-30T11:13:16.852+09:00"
To be correct xsd:dateTime, these should be:
rts:updateDate="2010-04-30T11:13:17+09:00" rts:creationDate="2010-04-30T11:13:17+09:00"
Note that the floating point seconds value is now a whole number.
Updated by ga over 13 years ago
- Status changed from 新規 to 解決
- Assignee set to ga
- % Done changed from 0 to 100
修正させて頂きました #229,#230
RtcBuilder側で生成しているRtcProfileについても同様な書式となっていたため,併せて修正させて頂きました.
Actions