Skip to content
Snippets Groups Projects
Commit 14cb59a5 authored by Nick Thomas's avatar Nick Thomas
Browse files

Fix elasticsearch date format

parent d125b96c
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
Loading
Loading
@@ -7,7 +7,7 @@ import (
)
 
const (
elasticTimeFormat = "20060102150405-0700"
elasticTimeFormat = "20060102T150405-0700"
)
 
type Person struct {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment