Skip to content

Commit

Permalink
Merge fe9e06b into 89a1c4d
Browse files Browse the repository at this point in the history
  • Loading branch information
tap349 committed Jan 17, 2019
2 parents 89a1c4d + fe9e06b commit 896186c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elasticsearch/indexing/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,6 @@ defmodule Elasticsearch.Index do
end

defp system_timestamp do
DateTime.to_unix(DateTime.utc_now(), :microseconds)
DateTime.to_unix(DateTime.utc_now(), :microsecond)
end
end

0 comments on commit 896186c

Please sign in to comment.