Skip to content

Commit

Permalink
Merge pull request #7 from DBCG/STU4B#97
Browse files Browse the repository at this point in the history
STU4B#97: Moved MaxValue note to follow DateTime sentence
  • Loading branch information
Jason Evans committed May 29, 2019
2 parents 112940d + d7dbfe3 commit 16879a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/04-logicalspecification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1505,11 +1505,12 @@ For Date, MaxValue returns the maximum representable Date value, Date(9999, 12,

For DateTime, MaxValue returns the maximum representable DateTime value, DateTime(9999, 12, 31, 23, 59, 59, 999).

Note that implementations may choose to represent the maximum DateTime value using a constant offset such as UTC.

For Time, MaxValue returns the maximum representable Time value, Time(23, 59, 59, 999).

For any other type, attempting to invoke MaxValue results in an error.

Note that implementations may choose to represent the maximum DateTime value using a constant offset such as UTC.

=== MinValue

Expand Down

0 comments on commit 16879a0

Please sign in to comment.