-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: add DB config dateFormat
to provide default date/time formats
#8525
Conversation
0a8f785
to
79f5d3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is the right way for the config, but it still leaves a big question about implementation. Were you planning that as a separate PR?
I hope this feature can be used by |
Some people want to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with this but there were a lot of differing opinions on the original thread - maybe see if @michalsn and @lonnieezell have thoughts.
👋 Hi, @kenjis! |
7d792d2
to
629de41
Compare
629de41
to
2a7591c
Compare
Description
See #7177
dateFormat
We should have this config value in the
Connection
class. Because each connection has the datetime format.The current DB related class layers:
Checklist: