diff options
-rw-r--r-- | sqlite3.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |
![]() |
index : golite | |
Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | sqlite3.go | 1 |
@@ -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() { |