-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Regarding: TIME (could be mapped to Date, but what date would be set?) #1051
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
Comments
Assuming we want to even add a dependency on moment, which we don't. We provide a framework so you can easily covert TIME columns to moment objects if you desire that. |
The format moment uses is a standard. You don't actually have to have moment for that. But the description there was thorough. |
Well, I'm not sure what we would be doing if not actually using moment? Anything as a string is just what your own MySQL server sends back to us... |
Yep. |
Ok. That's what already happens. I'm going to close this question since I'm not sure what it really is. Please feel free to elaborate if there is still something to do here. |
Not really an issue. It was more meant to be a suggestion for further consideration. |
Right, but we don't do anything; it's just what your server sends back as the |
True. I just answered the question in the readme.md :) |
You could represent them as durations like in: http://momentjs.com/docs/#/durations/creating/
The text was updated successfully, but these errors were encountered: