Skip to content

Commit

Permalink
Minor date change
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr committed Feb 14, 2020
1 parent 0e615e4 commit 31df65b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/filebeat/input/o365audit/dates.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ var (
// This is just a safeguard in case the date format used by the API is
// updated to include sub-second resolution or timezone information.
var apiDateFormats = dateFormats{
apiDateFormat,
apiDateFormat + "Z",
time.RFC3339Nano,
time.RFC3339,
apiDateFormat,
}

// Date formats used by HTTP/1.1 servers.
Expand Down

0 comments on commit 31df65b

Please sign in to comment.