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

Correct date and datetime in the riak store #182

Merged
merged 9 commits into from
Aug 28, 2015

Conversation

elbrujohalcon
Copy link
Member

This one includes #183

maps:put(K, iso8601:format({FieldValue, {0, 0, 0}}), AccDoc);
({K, {{_, _, _}, {_, _, _}} = FieldValue}, AccDoc) ->
maps:put(K, iso8601:format(FieldValue), AccDoc);
({K, _FieldValue}, AccDoc) ->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to Compiler:

Warning: variable 'K' is unused

@elbrujohalcon elbrujohalcon force-pushed the elbrujohalcon.182.correct_date__and_datetime_in_ branch from 2f3e70a to 37c458c Compare August 28, 2015 20:17
jfacorro added a commit that referenced this pull request Aug 28, 2015
…d_datetime_in_

Correct date  and datetime in the riak store
@jfacorro jfacorro merged commit f43313b into master Aug 28, 2015
@elbrujohalcon elbrujohalcon deleted the elbrujohalcon.182.correct_date__and_datetime_in_ branch August 28, 2015 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants