Skip to content
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

MySQL support milliseconds in date/time #77

Open
hisystems opened this issue Oct 5, 2012 · 1 comment
Open

MySQL support milliseconds in date/time #77

hisystems opened this issue Oct 5, 2012 · 1 comment

Comments

@hisystems
Copy link
Owner

No description provided.

@ghost ghost assigned hisystems Oct 5, 2012
@hisystems
Copy link
Owner Author

As of 5.6.4+ (Oct 2010) MySQL supports DATETIME(X) where X is the precision for the milliseconds from 0 to 6. May add in support sometime in the future for DATETIME(6) for the DateTime data type. SmallDateTime can utilise the normal DATETIME type. Considering that the feature is relatively new it is not worth adding at this point.

See http://dev.mysql.com/doc/refman/5.6/en/fractional-seconds.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant