aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3.go')
-rw-r--r--sqlite3.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3.go b/sqlite3.go
index 98dcc0b..d95d551 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -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() {