Project

General

Profile

Actions

バグ #1452

closed

RTSProfile: RTSystemEditor saves time in incorrect format

Added by gbiggs almost 15 years ago. Updated about 13 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
-
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.

Actions #1

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 #2

Updated by n-ando about 13 years ago

  • Status changed from 解決 to 終了
Actions

Also available in: Atom PDF