Updated on 2024-03-15 GMT+08:00

GAUSS-03371 -- GAUSS-03380

GAUSS-03371: " minutes of hour conflicts with seconds in day"

SQLSTATE: 22007

Description: The date format is incorrect. The number of minutes in an hour conflicts with the number of seconds in a day.

Solution: Modify the time format.

GAUSS-03372: "hour conflicts with seconds in day"

SQLSTATE: 22007

Description: The date format is incorrect. The number of hours conflicts with the number of seconds in a day.

Solution: Modify the time format.

GAUSS-03373: "hour '%d' is invalid for the 12-hour clock"

SQLSTATE: 22007

Description: The date format is incorrect. The number of hours for the 12-hour clock is invalid.

Solution: Ensure that the number of hours for the 12-hour clock is between 1 and 12.

GAUSS-03374: "inconsistent use of year %04d and 'BC'"

SQLSTATE: 22007

Description: The date format is incorrect. The BC year value must be a positive value.

Solution: Change the year value and ensure that the value is within the valid range.

GAUSS-03375: "year conflicts with Julian date"

SQLSTATE: 22007

Description: The date format is incorrect. The year value conflicts with the Julian date.

Solution: Modify the time format.

GAUSS-03376: "month conflicts with Julian date"

SQLSTATE: 22007

Description: The date format is incorrect. The month value conflicts with the Julian date.

Solution: Modify the time format.

GAUSS-03377: "day conflicts with Julian date"

SQLSTATE: 22007

Description: The date format is incorrect. The day value conflicts with the Julian date.

Solution: Modify the time format.

GAUSS-03378: "cannot calculate day of year without year information"

SQLSTATE: 22007

Description: The date format is incorrect. The year value is missing and the day of a year cannot be calculated.

Solution: Modify the time format.

GAUSS-03379: "month conflicts with days of year"

SQLSTATE: 22007

Description: The date format is incorrect. The days in a month conflicts with the days in a year.

Solution: Modify the time format.

GAUSS-03380: "days of month conflicts with days of year"

SQLSTATE: 22007

Description: The date format is incorrect. The days in a month conflicts with the days in a year.

Solution: Modify the time format.