mirror of https://github.com/mattn/go-sqlite3.git
add time format for am/pm
This commit is contained in:
parent
cf7286f069
commit
5ae8b2b0cf
|
@ -135,6 +135,8 @@ 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 03:04:05 AM",
|
||||||
|
"2006-01-02 03:04:05 PM",
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue