Constraints of the Gregorian Calendar
The value of the month field must be between 1 and 11, inclusive.
The value of the day field must be in the range from 1 to the number of days
in the month. The number of days in the month is determined from the values of
the year and months fields, and is 28, 29, 30, or 31. The number of days in the
month can also depend upon whether it is a leap year.
The value of the hour field must be between 0 and 23, inclusive.
The value of the minute field must be between 0 and 59, inclusive.
For the trailing seconds field of interval data types, the value of the
seconds field must be between 0 and 59.9(n), inclusive, where n is the number of
digits in the fractional seconds precision.
For the trailing seconds field of datetime data types, the value of the
seconds field must be between 0 and 61.9(n), inclusive, where n specifies the number
of