-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert date for db adapters #153
Comments
Which DB doesn't take ISO formatted dates? @eddyystop mentioned that this came from an issue from a community member in Slack. To me, this seems like an edge case with their system. I’ve never run into that across PG, NeDB, SQLite, and Mongo so part of me feels like that is probably just a custom hook someone should be writing if they need it and it doesn't belong as a common hook. Personally, I'd say we close this and revisit if it comes up frequently. It's so easy/cheap to write hooks that we really should only tackle the common ones that people require. We can't write one for every possible scenario. 😄 |
I came across this and it seems MySQL 5.6 introduced a Options seem to be disabling See here for an example: https://dba.stackexchange.com/questions/48704/mysql-5-6-datetime-incorrect-datetime-value-2013-08-25t1700000000-with-er |
Consolidated with #347 |
The text was updated successfully, but these errors were encountered: