Merge pull request #127 from sean-duffy/master

Add missing time format, fixes #43
This commit is contained in:
mattn 2014-07-08 19:06:22 +09:00
commit fd3cd65a89
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-02 15:04",
"2006-01-02T15:04", "2006-01-02T15:04",
"2006-01-02", "2006-01-02",
"2006-01-02 15:04:05-07:00",
} }
func init() { func init() {