Skip to content

Commit 8b326c3

Browse files
committed
SYSML2_-32 Removed "TODO" comments from Quantities and Units/Time model.
1 parent 0a2f89c commit 8b326c3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • sysml.library/Domain Libraries/Quantities and Units

sysml.library/Domain Libraries/Quantities and Units/Time.sysml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ standard library package Time {
195195
* 1969-07-20T20:17:00Z (UTC date and time with second precision)
196196
* 1969-07-20T15:17:00-05:00 (local date and time with second precision for a timezone 5 hour behind UTC)
197197
* 1969-07-20T22:17:00+02:00 (local date and time with second precision for a timezone 2 hour ahead of UTC)
198-
*
199-
* TODO: Add constraint to verify ISO 8691 extended string encoding.
200198
*/
201199
}
202200

@@ -222,9 +220,6 @@ standard library package Time {
222220
/*
223221
* Representation of an ISO 8601 date and time with explicit date and time component attributes
224222
*
225-
* TO DO: Specify restrictions for attributes month (1 to 12), day (1 to 31), hour (0 to 23), minute (0 to 59), second (0 to 60),
226-
* microsecond (0 to 999999), hourOffset (-12 to +12), minuteOffset (-59 to +59)
227-
*
228223
* The total time offset is equal to the summation of hourOffset and minuteOffset.
229224
*/
230225

0 commit comments

Comments
 (0)