I don't know if it's just from the set up of my database (but if you had running instructions in your readme I'd be able to see if it was just my set up or not 馃槈 ), but I'm getting the error error: date/time field value out of range: "08-24-2017" multiple times. I first got it when running db_build.js, but fixed it by running SET datestyle=mdy; at the top of the db_build.sql file. But I am getting it again when I submit a diary entry.
Perhaps look into a more standard date format, or set up instructions/database configuration to mean that this doesn't happen.
I don't know if it's just from the set up of my database (but if you had running instructions in your readme I'd be able to see if it was just my set up or not 馃槈 ), but I'm getting the error
error: date/time field value out of range: "08-24-2017"multiple times. I first got it when runningdb_build.js, but fixed it by runningSET datestyle=mdy;at the top of thedb_build.sqlfile. But I am getting it again when I submit a diary entry.Perhaps look into a more standard date format, or set up instructions/database configuration to mean that this doesn't happen.