プロジェクト

全般

プロフィール

バグ #1452

RTSProfile: RTSystemEditor saves time in incorrect format

gbiggsほぼ14年前に追加. 約12年前に更新.

ステータス:
終了
優先度:
通常
担当者:
対象バージョン:
-
開始日:
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.

履歴

#1 ga12年以上前に更新

  • ステータス新規 から 解決 に変更
  • 担当者ga にセット
  • 進捗率0 から 100 に変更

修正させて頂きました #229,#230
RtcBuilder側で生成しているRtcProfileについても同様な書式となっていたため,併せて修正させて頂きました.

#2 n-ando約12年前に更新

  • ステータス解決 から 終了 に変更

他の形式にエクスポート: Atom PDF