We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add an option -localTimeFormat that allows Cassanda TIME to be a formatted string instead of a long (number of nano seconds since midnight).
Options should be "long" (default), "iso" to use ISO_LOCAL_TIME format or an explicit format string E.g. HH:mm:ss.SS.
If not provided it should default to current behaviour for backwards compatibility.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add an option -localTimeFormat that allows Cassanda TIME to be a formatted string instead of a long (number of nano seconds since midnight).
Options should be "long" (default), "iso" to use ISO_LOCAL_TIME format or an explicit format string E.g. HH:mm:ss.SS.
If not provided it should default to current behaviour for backwards compatibility.
The text was updated successfully, but these errors were encountered: