You have notes in that deck with creation times 50,000 years in the future. A third-party add-on or tool is likely to blame for this - if you know which, please let them know so they can fix the issue.
You should be able to resolve it with the following in the debug console:
from anki.utils import intTime
mw.col.db.execute("update notes set mod = ? where mod > ?", intTime(), intTime())
mw.col.modSchema(False)