add time format for am/pm and AM/PM

This commit is contained in:
skwang 2017-05-03 13:03:16 +08:00
parent 5ae8b2b0cf
commit 80fc01a8b0
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ var SQLiteTimestampFormats = []string{
"2006-01-02",
"2006-01-02 03:04:05 AM",
"2006-01-02 03:04:05 PM",
"2006-01-02 03:04:05 am",
"2006-01-02 03:04:05 PM",
}
func init() {