da6726f3 by astaxie

Merge pull request #737 from ZhengYang/develop

change time format for migration module
2 parents e572f452 32469cd6
......@@ -101,7 +101,7 @@ func (m *Migration) addOrUpdateRecord(name, status string) error {
if err != nil {
return err
}
t, err := time.Parse(M_DB_DATE_FORMAT, m.Created)
t, err := time.Parse(M_DATE_FORMAT, m.Created)
if err != nil {
return err
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!