Add missing time format, fixes #43

This commit is contained in:
Sean Duffy 2014-07-08 10:56:44 +01:00
parent 191ca24657
commit d444acb5da
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ var SQLiteTimestampFormats = []string{
"2006-01-02 15:04",
"2006-01-02T15:04",
"2006-01-02",
"2006-01-02 15:04:05-07:00",
}
func init() {