操作
バグ #1452
完了RTSProfile: RTSystemEditor saves time in incorrect format
開始日:
2010/04/30
期日:
進捗率:
100%
予定工数:
説明
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.
操作