Skip to content

Instantly share code, notes, and snippets.

@imetallica
Created December 13, 2017 12:45
Show Gist options
  • Save imetallica/3fde48d3c92b7321aa2d39a61a3117d6 to your computer and use it in GitHub Desktop.
Save imetallica/3fde48d3c92b7321aa2d39a61a3117d6 to your computer and use it in GitHub Desktop.
case DateTime.from_iso8601(Map.get(element, "createdTime")) do
{:error, reason} ->
IO.inspect(reason)
{:ok, parsed_datetime, 0} ->
IO.inspect(parsed_datetime) # Verifica o resultado daqui
# Manda pro ElasticSearch...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment