add time format for am/pm

This commit is contained in:
skwang 2017-05-03 12:58:03 +08:00
parent cf7286f069
commit 5ae8b2b0cf
1 changed files with 2 additions and 0 deletions

View File

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