mirror of https://github.com/mattn/go-sqlite3.git
Merge pull request #127 from sean-duffy/master
Add missing time format, fixes #43
This commit is contained in:
commit
fd3cd65a89
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue