mirror of https://github.com/mattn/go-sqlite3.git
add time format for am/pm and AM/PM
This commit is contained in:
parent
5ae8b2b0cf
commit
80fc01a8b0
|
@ -137,6 +137,8 @@ var SQLiteTimestampFormats = []string{
|
||||||
"2006-01-02",
|
"2006-01-02",
|
||||||
"2006-01-02 03:04:05 AM",
|
"2006-01-02 03:04:05 AM",
|
||||||
"2006-01-02 03:04:05 PM",
|
"2006-01-02 03:04:05 PM",
|
||||||
|
"2006-01-02 03:04:05 am",
|
||||||
|
"2006-01-02 03:04:05 PM",
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue